summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrh <rh>2003-07-19 08:37:31 +0000
committerrh <rh>2003-07-19 08:37:31 +0000
commit8aebc4fb71f12f747c78b6635467074b32cc6da6 (patch)
tree026fb63faabe0348cf80a711a3782f0a94f701cd
parent8da3ad81f44ae0b58df85f19ea77f2a3ebcd1a99 (diff)
downloadpkgsrc-8aebc4fb71f12f747c78b6635467074b32cc6da6.tar.gz
Skip bogus Objective-C test during configure and make this work on Darwin.
-rw-r--r--textproc/expatobjc/Makefile4
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"