summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-13 15:01:43 +0000
committerkris <kris@FreeBSD.org>2004-03-13 15:01:43 +0000
commit8c90eb37b2d5a01f0052ec11fa73e380af40b4cc (patch)
tree4e73db33dbfa48e937c6c196a8d96eccc08cc385 /misc
parent166387b19e460ccaf58ce5f79f61b650739d5f12 (diff)
downloadFreeBSD-ports-8c90eb37b2d5a01f0052ec11fa73e380af40b4cc.zip
FreeBSD-ports-8c90eb37b2d5a01f0052ec11fa73e380af40b4cc.tar.gz
BROKEN on amd64 and ia64: Does not compile (missing -fPIC)
Diffstat (limited to 'misc')
-rw-r--r--misc/gkrellm-reminder/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/gkrellm-reminder/Makefile b/misc/gkrellm-reminder/Makefile
index a66deb3..586987f 100644
--- a/misc/gkrellm-reminder/Makefile
+++ b/misc/gkrellm-reminder/Makefile
@@ -25,8 +25,14 @@ PLIST_FILES= libexec/gkrellm/plugins/reminder.so
USE_X_PREFIX= yes
USE_GNOME= imlib
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
+BROKEN= "Does not compile on amd64 or ia64 (needs -fPIC)"
+.endif
+
do-install:
@${INSTALL_DATA} ${WRKSRC}/reminder.so \
${PREFIX}/libexec/gkrellm/plugins
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud