Files
pkgsrc-ng/sysutils/pciutils/patches/patch-ab
2013-09-26 17:14:40 +02:00

14 lines
435 B
Plaintext

$NetBSD: patch-ab,v 1.1 2008/11/03 22:01:29 bjs Exp $
--- lib/configure.orig 2008-09-19 14:04:37.000000000 -0400
+++ lib/configure
@@ -179,7 +179,7 @@ else
echo >>$m 'SONAME=-Wl,-soname,$(LIBNAME).so$(ABI_VERSION)'
fi
fi
-echo >>$m 'PCILIBPC=$(LIBNAME).pc'
+echo >>$m 'PCILIBPC=libpci.pc'
echo >>$c "#define PCILIB_VERSION \"$VERSION\""
sed '/"/{s/^#define \([^ ]*\) "\(.*\)"$/\1=\2/;p;d;};s/^#define \(.*\)/\1=1/' <$c >>$m