pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/xipdump Actually *fix* it this time



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af26c53d407c
branches:  trunk
changeset: 533614:af26c53d407c
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Fri Sep 21 20:15:10 2007 +0000

description:
Actually *fix* it this time

diffstat:

 net/xipdump/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r e43e854901fd -r af26c53d407c net/xipdump/Makefile
--- a/net/xipdump/Makefile      Fri Sep 21 20:03:08 2007 +0000
+++ b/net/xipdump/Makefile      Fri Sep 21 20:15:10 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2007/09/21 20:03:08 adrianp Exp $
+# $NetBSD: Makefile,v 1.29 2007/09/21 20:15:10 adrianp Exp $
 #
 
 DISTNAME=      xipdump-1.5.4
@@ -15,13 +15,11 @@
 
 USE_X11BASE=   yes
 GNU_CONFIGURE= yes
-CFLAGS+=       -I${PREFIX}/include ${LIBNET_CFLAGS_CMD:sh}
+CFLAGS+=       -I${PREFIX}/include 
 LIBS+=         -L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib -lnet
 
 INSTALLATION_DIRS=     bin lib/X11/app-defaults ${PKGMANDIR}/man8
 
-LIBNET_CFLAGS_CMD=     ${PREFIX}/bin/libnet10-config --defines
-
 post-build:
        @${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
        @(cd ${WRKSRC}/data; ${FIND} pkc pkt ! -type d -print | \



Home | Main Index | Thread Index | Old Index