pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xworld Provide default values for variables used i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/11e373ebd0cf
branches: trunk
changeset: 467772:11e373ebd0cf
user: minskim <minskim%pkgsrc.org@localhost>
date: Fri Feb 06 16:26:23 2004 +0000
description:
Provide default values for variables used in configure.
Close PR pkg/24331.
diffstat:
x11/xworld/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 622de10f32c9 -r 11e373ebd0cf x11/xworld/Makefile
--- a/x11/xworld/Makefile Fri Feb 06 14:13:50 2004 +0000
+++ b/x11/xworld/Makefile Fri Feb 06 16:26:23 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/02/05 22:19:45 wennmach Exp $
+# $NetBSD: Makefile,v 1.8 2004/02/06 16:26:23 minskim Exp $
#
DISTNAME= xworld-2.0
@@ -16,6 +16,7 @@
CONFIGURE_ENV+= PREFIX="${PREFIX}"
CONFIGURE_ENV+= LDLIBS="-lm ${LDFLAGS} -lX11"
+CONFIGURE_ENV+= CAT="${CAT}" STRIP=strip INCLUDES="" MORELIBS=""
SUBST_CLASSES+= install
SUBST_MESSAGE.install= "Fixing install options."
Home |
Main Index |
Thread Index |
Old Index