pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/napshare Backquoted command in CFLAGS do not work ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/58ee7a096456
branches: trunk
changeset: 490030:58ee7a096456
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Mar 02 13:42:53 2005 +0000
description:
Backquoted command in CFLAGS do not work (anymore?) -- work around it.
diffstat:
net/napshare/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r fde759cce7c6 -r 58ee7a096456 net/napshare/Makefile
--- a/net/napshare/Makefile Wed Mar 02 13:39:17 2005 +0000
+++ b/net/napshare/Makefile Wed Mar 02 13:42:53 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/12/03 12:38:26 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2005/03/02 13:42:53 wiz Exp $
DISTNAME= napshare-1.3
CATEGORIES= net
@@ -11,7 +11,9 @@
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
-CFLAGS+= `${BUILDLINK_PREFIX.gtk}/bin/gtk-config --cflags`
+CFLAGS+= ${GTKCFLAGS}
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
+
+GTKCFLAGS!= ${PREFIX}/bin/gtk-config --cflags
Home |
Main Index |
Thread Index |
Old Index