diff options
author | dmcmahill <dmcmahill> | 2001-01-23 15:38:27 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2001-01-23 15:38:27 +0000 |
commit | 2db15f33253a8be5f025d5c9025e127a48a4d1ce (patch) | |
tree | c8deb8d7ba7f1d8887943ec8bce653ea52bce4e6 /net | |
parent | 345709d243bb1f22bf0527efc20c7e02049004be (diff) | |
download | pkgsrc-2db15f33253a8be5f025d5c9025e127a48a4d1ce.tar.gz |
add CPPFLAGS to MAKE_ENV becasue the ORBit build system reruns configure
in some places and misses the -I${LOCALBASE}/include needed for libintl.h
fixes recently noted build problems on 1.5 alpha.
Diffstat (limited to 'net')
-rw-r--r-- | net/ORBit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index 3228e8cf703..f5933f49ba1 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2001/01/19 21:39:34 tron Exp $ +# $NetBSD: Makefile,v 1.45 2001/01/23 15:38:27 dmcmahill Exp $ # DISTNAME= ORBit-0.5.6 @@ -22,6 +22,8 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig \ GNU_CONFIGURE= YES CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" +MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" # the build system runs +# # configure again... CPPFLAGS+= -I${LOCALBASE}/include # libintl.h INFO_FILES= libIDL.info |