diff options
author | rodent <rodent@pkgsrc.org> | 2014-06-09 03:36:57 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-06-09 03:36:57 +0000 |
commit | a52c0f462bff40b06381e4950cba299473575fc8 (patch) | |
tree | f989b60474752aac39170e0e90468ee68137ef51 /sysutils/pciutils | |
parent | bd6679584ec02845f20d434d806e82f70044f44a (diff) | |
download | pkgsrc-a52c0f462bff40b06381e4950cba299473575fc8.tar.gz |
Fix linker flag. Step 1 of getting shared library support to work.
Diffstat (limited to 'sysutils/pciutils')
-rw-r--r-- | sysutils/pciutils/distinfo | 4 | ||||
-rw-r--r-- | sysutils/pciutils/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/pciutils/distinfo b/sysutils/pciutils/distinfo index 0693117f49a..6c662c5e9cb 100644 --- a/sysutils/pciutils/distinfo +++ b/sysutils/pciutils/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.11 2014/05/25 16:49:18 msaitoh Exp $ +$NetBSD: distinfo,v 1.12 2014/06/09 03:36:57 rodent Exp $ SHA1 (pciutils-3.2.1.tar.gz) = 06a92123907d717efb703c3e90a0c46e1d0beef4 RMD160 (pciutils-3.2.1.tar.gz) = d7e6a710e78d2acad54832bcedb3acf50e4902fb Size (pciutils-3.2.1.tar.gz) = 367046 bytes -SHA1 (patch-aa) = 4508c3bd3b7739af355ff1870b2acb94db7b5468 +SHA1 (patch-aa) = d5a40f0f49f508cba122185a376115a206631efd SHA1 (patch-ab) = 1448bb418cdc908eb6652cc98994d23d0d78cea0 SHA1 (patch-ac) = 4b90e99c051391b9cd3a6c1f5781f41b4a855c29 SHA1 (patch-ad) = bfe9069e96fd46798afec73c93ad71db3a0e0e37 diff --git a/sysutils/pciutils/patches/patch-aa b/sysutils/pciutils/patches/patch-aa index 0f7a2a9bf1a..17494ab660e 100644 --- a/sysutils/pciutils/patches/patch-aa +++ b/sysutils/pciutils/patches/patch-aa @@ -1,4 +1,4 @@ -$Id: patch-aa,v 1.8 2014/05/25 07:15:40 msaitoh Exp $ +$Id: patch-aa,v 1.9 2014/06/09 03:36:57 rodent Exp $ --- Makefile.orig 2013-11-10 21:22:09.000000000 +0900 +++ Makefile 2014-05-22 18:50:07.000000000 +0900 @@ -26,7 +26,7 @@ $Id: patch-aa,v 1.8 2014/05/25 07:15:40 msaitoh Exp $ # ABI version suffix in the name of the shared library # (as we use proper symbol versioning, this seldom needs changing) -ABI_VERSION=.3 -+ABI_VERSION=-version-info 3:0 ++ABI_VERSION=,-version-info=3:0 # Installation directories -PREFIX=/usr/local |