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