Subject: X11PREFIX (not?!) in env? [was: Re: pkg/16350: xisp fails to build
To: Rui-Xiang Guo <rxg@ms25.url.com.tw>
From: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>
List: netbsd-bugs
Date: 04/17/2002 11:52:21
On Tue, 16 Apr 2002, Rui-Xiang Guo wrote:
> 3. add this line into Makefile:
> --- /usr/pkgsrc/comms/xisp/Makefile Sun Mar 17 17:26:59 2002
> +++ Makefile
> @@ -16,6 +16,8 @@
> USE_X11BASE= YES
> USE_XPM= YES
>
> +MAKE_FLAGS+= X11PREFIX=${X11PREFIX}
Um, I think this should be in bsd.pkg.mk!
Any objections to add this:
--- bsd.pkg.mk 2002/04/16 04:10:08 1.962
+++ bsd.pkg.mk 2002/04/17 09:50:15
@@ -333,7 +333,7 @@
MAKE_FLAGS?=
MAKEFILE?= Makefile
-MAKE_ENV+= PATH=${PATH}:${LOCALBASE}/bin:${X11BASE}/bin PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" FFLAGS="${FFLAGS}"
+MAKE_ENV+= PATH=${PATH}:${LOCALBASE}/bin:${X11BASE}/bin PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" FFLAGS="${FFLAGS}" X11PREFIX=${X11PREFIX}
.if exists(${ZOULARISBASE}/bin/ftp) # Zoularis
FETCH_CMD?= ${ZOULARISBASE}/bin/ftp
?
- Hubert
--
Want to get a clue on IPv6 but don't know where to start? Try this:
* Basics -> http://www.onlamp.com/pub/a/onlamp/2001/05/24/ipv6_tutorial.html
* Setup -> http://www.onlamp.com/pub/a/onlamp/2001/06/01/ipv6_tutorial.html
Of course with your #1 IPv6 ready operating system -> http://www.NetBSD.org/