diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-10 11:08:57 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-10 11:08:57 +0000 |
commit | 5169f7a0644fce4dc07e9af3ddbc477d619bb4c1 (patch) | |
tree | f7aa6041050d120d1982c7246a56e01c077ddcf9 /devel/omniNotify | |
parent | 560a496a8b7b53e66098aab6b252a5c1b5db245a (diff) | |
download | ports-5169f7a0644fce4dc07e9af3ddbc477d619bb4c1.tar.gz ports-5169f7a0644fce4dc07e9af3ddbc477d619bb4c1.zip |
Notes
Diffstat (limited to 'devel/omniNotify')
-rw-r--r-- | devel/omniNotify/Makefile | 3 |
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}" \ |