diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libffi-devel/Makefile | 7 | ||||
-rw-r--r-- | devel/libffi/Makefile | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/devel/libffi-devel/Makefile b/devel/libffi-devel/Makefile index d6709ce9b5a..c2cc2f48d34 100644 --- a/devel/libffi-devel/Makefile +++ b/devel/libffi-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 14, June, 1998 # Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw> # -# $Id: Makefile,v 1.2 1998/10/12 18:42:20 jseger Exp $ +# $Id: Makefile,v 1.3 1998/10/20 01:35:24 steve Exp $ # DISTNAME= libffi-1.18 @@ -12,6 +12,11 @@ MASTER_SITES= ftp://ftp.cygnus.com:/pub/green/ MAINTAINER= horance@freedom.ie.cycu.edu.tw +VERSION!= sysctl -n kern.osreldate +.if ${VERSION} < 300000 +BROKEN= undefined symbol in ffitest +.endif + GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PKGNAME} ALL_TARGET= test diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile index d6709ce9b5a..c2cc2f48d34 100644 --- a/devel/libffi/Makefile +++ b/devel/libffi/Makefile @@ -3,7 +3,7 @@ # Date created: 14, June, 1998 # Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw> # -# $Id: Makefile,v 1.2 1998/10/12 18:42:20 jseger Exp $ +# $Id: Makefile,v 1.3 1998/10/20 01:35:24 steve Exp $ # DISTNAME= libffi-1.18 @@ -12,6 +12,11 @@ MASTER_SITES= ftp://ftp.cygnus.com:/pub/green/ MAINTAINER= horance@freedom.ie.cycu.edu.tw +VERSION!= sysctl -n kern.osreldate +.if ${VERSION} < 300000 +BROKEN= undefined symbol in ffitest +.endif + GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PKGNAME} ALL_TARGET= test |