diff options
author | jlam <jlam> | 2000-07-25 04:50:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-07-25 04:50:37 +0000 |
commit | b3fafc1a0bd35db1eb6e48a9db540d2b509b0cc8 (patch) | |
tree | 85ec237e27a3d2be5cb92192c3fed603ca1fbd30 /net | |
parent | 8666571c2ad0483945a2a51fd63c1eab8bea7676 (diff) | |
download | pkgsrc-b3fafc1a0bd35db1eb6e48a9db540d2b509b0cc8.tar.gz |
We depend on gettext-*, so actually find its headers.
Diffstat (limited to 'net')
-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: |