summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorrh <rh>2003-07-19 08:37:31 +0000
committerrh <rh>2003-07-19 08:37:31 +0000
commit6f63b64f351d5641ab10648a6d8a4b0fa76cb1f3 (patch)
tree026fb63faabe0348cf80a711a3782f0a94f701cd /textproc
parent38638bdfb8c21b5996c4b43520b2bdcf4d933fad (diff)
downloadpkgsrc-6f63b64f351d5641ab10648a6d8a4b0fa76cb1f3.tar.gz
Skip bogus Objective-C test during configure and make this work on Darwin.
Diffstat (limited to 'textproc')
-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"