summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2000-07-25 04:50:37 +0000
committerjlam <jlam>2000-07-25 04:50:37 +0000
commitb82b4353275a3a385d8109fb86b22f832a3bf67b (patch)
tree85ec237e27a3d2be5cb92192c3fed603ca1fbd30
parent251d15c0e7a28bb6ab77434e104e0be0f87fc639 (diff)
downloadpkgsrc-b82b4353275a3a385d8109fb86b22f832a3bf67b.tar.gz
We depend on gettext-*, so actually find its headers.
-rw-r--r--net/ORBit/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile
index 42b7221672e..e1a48937a4c 100644
--- a/net/ORBit/Makefile
+++ b/net/ORBit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2000/07/10 21:33:32 tron Exp $
+# $NetBSD: Makefile,v 1.35 2000/07/25 04:50:37 jlam Exp $
#
DISTNAME= ORBit-0.5.2
@@ -13,12 +13,15 @@ DEPENDS+= gindent-*:../../devel/gindent
DEPENDS+= gettext-0.10.*:../../devel/gettext
USE_GMAKE= # defined
-GNU_CONFIGURE= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig \
${WRKSRC}/popt/ltconfig \
${WRKSRC}/libIDL/ltconfig
+GNU_CONFIGURE= # defined
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+CPPFLAGS+= -I${LOCALBASE}/include # libintl.h
+
INFO_FILES= libIDL.info
post-install: