diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-28 21:44:48 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-28 21:44:48 +0000 |
commit | 0f2a6d26053654a7d8c29a0b63de908b09169729 (patch) | |
tree | 2a2c1e9255fc216b843551c35afc9d35b7569beb | |
parent | Mark broken again, does not build (diff) |
Mark broken everywhere
source='aliases.c' object='aliases.o' libtool=no depfile='.deps/aliases.Po' tmpdepfile='.deps/aliases.TPo' depmode=gcc3 /bin/sh ../depcomp cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -fno-strict-aliasing -Wall -c `test -f aliases.c || echo './'`aliases.c
In file included from aliases.c:31:
gyach.h:66:21: error: gtk/gtk.h: No such file or directory
gyach.h:67:21: error: gdk/gdk.h: No such file or directory
Reported by: pkg-fallout (since several months)
Notes
Notes:
svn path=/head/; revision=349466
-rw-r--r-- | net-im/gyach/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-im/gyach/Makefile b/net-im/gyach/Makefile index 1a67a0d0a3d5..80b3b9a164fc 100644 --- a/net-im/gyach/Makefile +++ b/net-im/gyach/Makefile @@ -16,10 +16,7 @@ CFLAGS+= ${PTHREAD_CFLAGS} USE_GNOME= gtk20 NO_STAGE= yes -.include <bsd.port.pre.mk> -.if ${ARCH} != "i386" -BROKEN= Does not compile on !i386 -.endif +BROKEN= Does not compile -.include <bsd.port.post.mk> +.include <bsd.port.mk> |