pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/celestia Back out last change. I can't reproduce ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3a39284f40a
branches:  trunk
changeset: 491788:b3a39284f40a
user:      fredb <fredb%pkgsrc.org@localhost>
date:      Wed Mar 30 00:16:49 2005 +0000

description:
Back out last change. I can't reproduce the problem that led me to do that
anymore, and it apparently breaks the build for "misc/celestia-kde".

diffstat:

 misc/celestia/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ef6a290bf2da -r b3a39284f40a misc/celestia/Makefile.common
--- a/misc/celestia/Makefile.common     Tue Mar 29 23:36:01 2005 +0000
+++ b/misc/celestia/Makefile.common     Wed Mar 30 00:16:49 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2005/03/20 12:36:25 fredb Exp $
+# $NetBSD: Makefile.common,v 1.15 2005/03/30 00:16:49 fredb Exp $
 
 DISTNAME=      celestia-${CELESTIA_VERS}
 CATEGORIES=    misc x11
@@ -22,7 +22,7 @@
 
 GCC_REQD=              3.0
 
-CXXFLAGS+=     -DPKG_SYSCONFDIR=\"${PKG_SYSCONFDIR}\"
+CXXFLAGS+=     -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index