pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/Xaw3d The right way to add flags to the xmkmf comm...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/233d54d1c0a2
branches:  trunk
changeset: 493931:233d54d1c0a2
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon May 16 18:45:29 2005 +0000

description:
The right way to add flags to the xmkmf command line to via XMKMF_FLAGS.

diffstat:

 x11/Xaw3d/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b25a2275f415 -r 233d54d1c0a2 x11/Xaw3d/Makefile
--- a/x11/Xaw3d/Makefile        Mon May 16 18:43:21 2005 +0000
+++ b/x11/Xaw3d/Makefile        Mon May 16 18:45:29 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2005/04/14 01:41:27 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.44 2005/05/16 18:45:29 jlam Exp $
 #
 
 DISTNAME=      Xaw3d-1.5E
@@ -26,7 +26,7 @@
 IMAKE_FLAGS+=  -DXISOPENWIN
 .endif
 
-XMKMF+=        ${IMAKE_FLAGS}
+XMKMF_FLAGS+=  ${IMAKE_FLAGS}
 
 PLIST_SUBST+=  INCDIR=include/X11
 



Home | Main Index | Thread Index | Old Index