aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-12-16 12:17:38 +0800
committerdinoex <dinoex@FreeBSD.org>2004-12-16 12:17:38 +0800
commit811e743c5aa2c114afa6e6bf38611323576d0e50 (patch)
treeff8a93b367c857d550a82b08fd0d6f55a221782b /x11-toolkits
parent247a2479663ecdb0b96fdfb537ebc336d58195f1 (diff)
downloadfreebsd-ports-gnome-811e743c5aa2c114afa6e6bf38611323576d0e50.tar.gz
freebsd-ports-gnome-811e743c5aa2c114afa6e6bf38611323576d0e50.tar.zst
freebsd-ports-gnome-811e743c5aa2c114afa6e6bf38611323576d0e50.zip
- gtksignal.h ist only broken for ia64
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtoolkit/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/x11-toolkits/gtoolkit/Makefile b/x11-toolkits/gtoolkit/Makefile
index ce4bb8ae2f8b..4aea08876414 100644
--- a/x11-toolkits/gtoolkit/Makefile
+++ b/x11-toolkits/gtoolkit/Makefile
@@ -27,8 +27,6 @@ GNU_CONFIGURE= yes
LDCONFIG_DIRS= ${LOCALLIBDIR}
INSTALLS_SHLIB= yes
-BROKEN= gtksignal.h is missing
-
MAKE_ARGS+= GNUSTEP_SYSTEM_ROOT=${PREFIX}/System
CONFIGURE_ARGS+= --with-gnustep
WRKSRC= ${WRKDIR}/${DISTNAME}/GToolKit
@@ -41,4 +39,10 @@ post-patch:
> ${CONFIGURE_WRKSRC}/configure
${CHMOD} +x ${CONFIGURE_WRKSRC}/configure
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64"
+BROKEN= gtksignal.h is missing from gtk
+.endif
+
+.include <bsd.port.post.mk>