aboutsummaryrefslogtreecommitdiff
path: root/x11/hsetroot/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2017-12-28 14:30:23 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2017-12-28 14:30:23 +0000
commit64ad76ebd5f5de00cf99cccce268a86f1163bc37 (patch)
treec439c0f4144ff72425d7e301d33b4ddb3ee408b4 /x11/hsetroot/Makefile
parent39bc62f3569a1908742865ac97b09751ba423310 (diff)
Unbreak the build (at least) on powerpc, powerpc64, sparc64, by moving the
`for' loop initial declaration variable outside; this was upsetting C99: hsetroot.c: In function 'load_image': hsetroot.c:196: error: 'for' loop initial declaration used outside C99 mode Tested on: powerpc, sparc64
Notes
Notes: svn path=/head/; revision=457462
Diffstat (limited to 'x11/hsetroot/Makefile')
-rw-r--r--x11/hsetroot/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/x11/hsetroot/Makefile b/x11/hsetroot/Makefile
index 88695cb98728..b8ede70de75b 100644
--- a/x11/hsetroot/Makefile
+++ b/x11/hsetroot/Makefile
@@ -13,8 +13,6 @@ LICENSE= GPLv2
LIB_DEPENDS= libImlib2.so:graphics/imlib2
-BROKEN_powerpc64= fails to compile: hsetroot.c: error: 'for' loop initial declaration used outside C99 mode
-
USE_GITHUB= yes
GH_ACCOUNT= himdel
GH_TAGNAME= 47d887b