diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2009-09-09 02:40:55 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2009-09-09 02:40:55 +0000 |
commit | 9ceb51179dbbd4e96a90e591b8aec35d3dfa6c7f (patch) | |
tree | fde3f511945874451687cc8870ccc3711a5c9e25 /lang | |
parent | 4d611d96af3b4f326a67c19134188cd9442feef8 (diff) |
- Fix build in 6.X.
PR: ports/137888
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
Notes
Notes:
svn path=/head/; revision=241071
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 |