diff options
author | araujo <araujo@FreeBSD.org> | 2009-09-09 10:40:55 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2009-09-09 10:40:55 +0800 |
commit | 2836433d367c7394fef4664bba44e3b5e0a4c5e2 (patch) | |
tree | 5220ddfad98a50eeb7475b87a956dfac69b34d72 /lang | |
parent | e472a8907b2ec6acb0c84d6cfa073f5fc0d3cbd3 (diff) | |
download | freebsd-ports-gnome-2836433d367c7394fef4664bba44e3b5e0a4c5e2.tar.gz freebsd-ports-gnome-2836433d367c7394fef4664bba44e3b5e0a4c5e2.tar.zst freebsd-ports-gnome-2836433d367c7394fef4664bba44e3b5e0a4c5e2.zip |
- Fix build in 6.X.
PR: ports/137888
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pnet-base/Makefile | 2 | ||||
-rw-r--r-- | lang/pnet-base/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lang/pnet-base/Makefile b/lang/pnet-base/Makefile index 59f74e1e0b64..dd0b464f4ccb 100644 --- a/lang/pnet-base/Makefile +++ b/lang/pnet-base/Makefile @@ -51,7 +51,7 @@ MLINKS= ilasm.1 al.1 \ .include "${.CURDIR}/../pnet/Makefile.pnet" .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" +.if ${ARCH} != "i386" || ${OSVERSION} < 700000 CONFIGURE_ARGS+= --without-libffi \ --without-libgc PLIST_SUB= I386="@comment " diff --git a/lang/pnet-base/pkg-plist b/lang/pnet-base/pkg-plist index aa7a62cd0516..9445d60fbbca 100644 --- a/lang/pnet-base/pkg-plist +++ b/lang/pnet-base/pkg-plist @@ -30,7 +30,6 @@ bin/ilverify bin/resgen %%I386%%include/ffi.h %%I386%%include/ffitarget.h -%%I386%%include/gc %%I386%%include/gc/gc.h %%I386%%include/gc/gc_typed.h %%I386%%include/gc/gc_inl.h |