diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2017-12-28 14:30:23 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2017-12-28 14:30:23 +0000 |
commit | 64ad76ebd5f5de00cf99cccce268a86f1163bc37 (patch) | |
tree | c439c0f4144ff72425d7e301d33b4ddb3ee408b4 /x11/hsetroot/Makefile | |
parent | 39bc62f3569a1908742865ac97b09751ba423310 (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/Makefile | 2 |
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 |