pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk I found the reason for the misbehaviour. This will ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35acdf703d38
branches:  trunk
changeset: 497613:35acdf703d38
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Aug 01 00:37:21 2005 +0000

description:
I found the reason for the misbehaviour. This will result in a new
testcase (bug2) for regress/make-quoting.

diffstat:

 mk/x11.buildlink3.mk |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (23 lines):

diff -r 7896c15bab2c -r 35acdf703d38 mk/x11.buildlink3.mk
--- a/mk/x11.buildlink3.mk      Mon Aug 01 00:26:52 2005 +0000
+++ b/mk/x11.buildlink3.mk      Mon Aug 01 00:37:21 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: x11.buildlink3.mk,v 1.3 2005/07/31 23:54:04 rillig Exp $
+# $NetBSD: x11.buildlink3.mk,v 1.4 2005/08/01 00:37:21 rillig Exp $
 #
 # This Makefile fragment is meant to be included by packages that
 # require an X11 distribution.  x11.buildlink3.mk will include the
@@ -15,11 +15,8 @@
 .  include "../../mk/x11.version.mk"
 
 .  if defined(GNU_CONFIGURE)
-# XXX when X11BASE is quoted using :Q here, audio/bmp does not build
-# XXX because the $ disappears, leaving {DESTDIR}/usr/X11R6/include.
-# XXX Can someone please explain this?
-CONFIGURE_ARGS+=       --x-includes=${X11BASE}/include
-CONFIGURE_ARGS+=       --x-libraries=${X11BASE}/lib${LIBABISUFFIX:Q}
+CONFIGURE_ARGS+=       --x-includes=${X11BASE:Q}/include
+CONFIGURE_ARGS+=       --x-libraries=${X11BASE:Q}/lib${LIBABISUFFIX:Q}
 .  endif
 
 X11_LDFLAGS+=  ${COMPILER_RPATH_FLAG}${X11BASE}/lib${LIBABISUFFIX}



Home | Main Index | Thread Index | Old Index