diff options
author | jlam <jlam@pkgsrc.org> | 2000-07-25 04:50:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-07-25 04:50:37 +0000 |
commit | e698a71b1dd7bc013675bf25559806122bfec915 (patch) | |
tree | 85ec237e27a3d2be5cb92192c3fed603ca1fbd30 | |
parent | eb318762debfd2ba53c0c648bae7e084644722c0 (diff) | |
download | pkgsrc-e698a71b1dd7bc013675bf25559806122bfec915.tar.gz |
We depend on gettext-*, so actually find its headers.
-rw-r--r-- | net/ORBit/Makefile | 7 |
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: |