diff options
author | rh <rh@pkgsrc.org> | 2003-07-19 08:37:31 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-07-19 08:37:31 +0000 |
commit | 45014dce18cf112af1136eede86f032973dabe90 (patch) | |
tree | 026fb63faabe0348cf80a711a3782f0a94f701cd | |
parent | 9767e2757f62d91ee442bbe1c2cd856530347bb9 (diff) | |
download | pkgsrc-45014dce18cf112af1136eede86f032973dabe90.tar.gz |
Skip bogus Objective-C test during configure and make this work on Darwin.
-rw-r--r-- | textproc/expatobjc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/expatobjc/Makefile b/textproc/expatobjc/Makefile index a9bae852cf3..a4a0a962326 100644 --- a/textproc/expatobjc/Makefile +++ b/textproc/expatobjc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/07/19 08:19:14 rh Exp $ +# $NetBSD: Makefile,v 1.2 2003/07/19 08:37:31 rh Exp $ # DISTNAME= expatobjc-1.0 @@ -14,5 +14,7 @@ USE_PKGLOCALEDIR= yes USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_ENV+= objc_works=yes + .include "../../textproc/expat/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |