aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-12-04 09:49:57 +0800
committerkris <kris@FreeBSD.org>2004-12-04 09:49:57 +0800
commit9852bd97a3dd2313a5ded97f079b4ee9d5438c06 (patch)
tree763159e6b94b73e7235a158ab820a614fde6c7da /devel
parent289e227a471b4573c299b228b0d392a9044364e7 (diff)
downloadfreebsd-ports-gnome-9852bd97a3dd2313a5ded97f079b4ee9d5438c06.tar.gz
freebsd-ports-gnome-9852bd97a3dd2313a5ded97f079b4ee9d5438c06.tar.zst
freebsd-ports-gnome-9852bd97a3dd2313a5ded97f079b4ee9d5438c06.zip
BROKEN on !i386: Does not compile
Diffstat (limited to 'devel')
-rw-r--r--devel/omniNotify/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/omniNotify/Makefile b/devel/omniNotify/Makefile
index d356ab8f004f..de20d239d4cc 100644
--- a/devel/omniNotify/Makefile
+++ b/devel/omniNotify/Makefile
@@ -39,6 +39,12 @@ CONFIGURE_ENV+= CC=${CC} CFLAGS="${CFLAGS}" CXX=${CXX} CXXFLAGS="${CXXFLAGS}" \
CPP=${CPP} PYTHON=${PYTHON_CMD}
CONFIGURE_ARGS= --with-omniorb=${LOCALBASE}
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
pre-configure:
@${MKDIR} ${CONFIGURE_WRKSRC}
@cd ${OMNIORB_WRKSRC} && ${FIND} idl | ${CPIO} --quiet -pdum ${WRKSRC}
@@ -54,4 +60,4 @@ post-install:
| ${CPIO} --quiet -pdum -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>