aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-12-10 11:08:57 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-12-10 11:08:57 +0000
commit5169f7a0644fce4dc07e9af3ddbc477d619bb4c1 (patch)
treef7aa6041050d120d1982c7246a56e01c077ddcf9
parent560a496a8b7b53e66098aab6b252a5c1b5db245a (diff)
downloadports-5169f7a0644fce4dc07e9af3ddbc477d619bb4c1.tar.gz
ports-5169f7a0644fce4dc07e9af3ddbc477d619bb4c1.zip
Notes
-rw-r--r--devel/omniNotify/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/omniNotify/Makefile b/devel/omniNotify/Makefile
index de20d239d4cc..045cbba81b9f 100644
--- a/devel/omniNotify/Makefile
+++ b/devel/omniNotify/Makefile
@@ -33,6 +33,9 @@ INSTALLS_SHLIB= yes
NO_FILTER_SHLIBS= yes
USE_REINPLACE= yes
+# Don't compiled on != i386
+ONLY_FOR_ARCHS= i386
+
CONFIGURE_SCRIPT= ../configure
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV+= CC=${CC} CFLAGS="${CFLAGS}" CXX=${CXX} CXXFLAGS="${CXXFLAGS}" \