diff options
author | kris <kris@FreeBSD.org> | 2004-12-04 01:49:57 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-04 01:49:57 +0000 |
commit | 9852bd97a3dd2313a5ded97f079b4ee9d5438c06 (patch) | |
tree | 763159e6b94b73e7235a158ab820a614fde6c7da /devel/omniNotify | |
parent | 289e227a471b4573c299b228b0d392a9044364e7 (diff) | |
download | FreeBSD-ports-9852bd97a3dd2313a5ded97f079b4ee9d5438c06.zip FreeBSD-ports-9852bd97a3dd2313a5ded97f079b4ee9d5438c06.tar.gz |
BROKEN on !i386: Does not compile
Diffstat (limited to 'devel/omniNotify')
-rw-r--r-- | devel/omniNotify/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/omniNotify/Makefile b/devel/omniNotify/Makefile index d356ab8..de20d23 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> |