pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms/qpage Fix build.
details: https://anonhg.NetBSD.org/pkgsrc/rev/355b83762494
branches: trunk
changeset: 490127:355b83762494
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Mar 03 15:13:39 2005 +0000
description:
Fix build.
diffstat:
comms/qpage/Makefile | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 40e5ba246fdd -r 355b83762494 comms/qpage/Makefile
--- a/comms/qpage/Makefile Thu Mar 03 13:51:07 2005 +0000
+++ b/comms/qpage/Makefile Thu Mar 03 15:13:39 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/08/30 21:33:54 recht Exp $
+# $NetBSD: Makefile,v 1.10 2005/03/03 15:13:39 wiz Exp $
#
DISTNAME= qpage-3.3
@@ -14,8 +14,9 @@
CONFIGURE_ENV+= MKDIR_PATH=${MKDIR:Q}
-CPPFLAGS+= `${AWK} -F: '/^uucp:/ { \
- printf(\"-DDAEMONUSER=%s -DDAEMONGROUP=%s\", $$3, $$4); }' \
- /etc/passwd`
+CPPFLAGS+= ${USERFLAGS}
.include "../../mk/bsd.pkg.mk"
+
+USERFLAGS!= ${AWK} -F: '/^uucp:/ { printf("-DDAEMONUSER=%s -DDAEMONGROUP=%s", $$3, $$4); }' \
+ /etc/passwd
Home |
Main Index |
Thread Index |
Old Index