diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-29 05:44:48 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-29 05:44:48 +0800 |
commit | a604769c64bdb3161ef25b08a79349413afaa42d (patch) | |
tree | 2a2c1e9255fc216b843551c35afc9d35b7569beb | |
parent | d3d8f69b0d40b0fba60c486af7a8ff6e124de010 (diff) | |
download | freebsd-ports-gnome-a604769c64bdb3161ef25b08a79349413afaa42d.tar.gz freebsd-ports-gnome-a604769c64bdb3161ef25b08a79349413afaa42d.tar.zst freebsd-ports-gnome-a604769c64bdb3161ef25b08a79349413afaa42d.zip |
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)
-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> |