diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 11:41:04 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 11:41:04 +0000 |
commit | cb16082b0949a5c557c41f9f17a3a5d338060f21 (patch) | |
tree | aaf462a40a7217ea11b17697d74687161bbf93f0 /cad/pcb | |
parent | 0974d124891d24884cb07e9d2faebacc542a3f0c (diff) | |
download | pkgsrc-cb16082b0949a5c557c41f9f17a3a5d338060f21.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'cad/pcb')
-rw-r--r-- | cad/pcb/distinfo | 3 | ||||
-rw-r--r-- | cad/pcb/patches/patch-icon-theme-installer | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/cad/pcb/distinfo b/cad/pcb/distinfo index 21426188fee..3562b6a9edb 100644 --- a/cad/pcb/distinfo +++ b/cad/pcb/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.19 2011/12/09 12:42:09 dmcmahill Exp $ +$NetBSD: distinfo,v 1.20 2012/02/16 11:43:23 hans Exp $ SHA1 (pcb-20110918.tar.gz) = 53ca27797d4db65a068b56f157e3ea6c5c29051f RMD160 (pcb-20110918.tar.gz) = 1e176a03a7a61ac23b7abe532277415c87637c16 Size (pcb-20110918.tar.gz) = 4015128 bytes SHA1 (patch-aa) = 444de8ec535224bd2fbc6633d4e00ae5d970719a +SHA1 (patch-icon-theme-installer) = b3b183f2ab77c56e52d4cd96058a28bc7e2832bb diff --git a/cad/pcb/patches/patch-icon-theme-installer b/cad/pcb/patches/patch-icon-theme-installer new file mode 100644 index 00000000000..1087b25fd5d --- /dev/null +++ b/cad/pcb/patches/patch-icon-theme-installer @@ -0,0 +1,12 @@ +$NetBSD: patch-icon-theme-installer,v 1.1 2012/02/16 11:43:25 hans Exp $ + +--- icon-theme-installer.orig 2009-12-25 18:18:18.329539169 +0100 ++++ icon-theme-installer 2009-12-25 19:01:51.837047302 +0100 +@@ -121,7 +121,6 @@ for icon in $@; do + size=`echo $icon | sed -n 's/.*-\([0-9]*\).*/\1/p'` + category=`echo $icon | cut -d, -f1` + build_name=`echo $icon | cut -d, -f2` +- install_name=`echo $build_name | sed 's/-[0-9]\+//g'` + install_name=`basename $install_name` + + if test -z $size; then |