diff options
Diffstat (limited to 'net/ORBit/Makefile')
-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: |