diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 11:29:59 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 11:29:59 +0000 |
commit | 0974d124891d24884cb07e9d2faebacc542a3f0c (patch) | |
tree | 91808fad10af612d5231c8e0f81747c1a8c75df4 /cad/geda | |
parent | a2d32870726ffd1a03bd80b9c79cab8337cf5e30 (diff) | |
download | pkgsrc-0974d124891d24884cb07e9d2faebacc542a3f0c.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'cad/geda')
-rw-r--r-- | cad/geda/distinfo | 3 | ||||
-rw-r--r-- | cad/geda/patches/patch-build-tools_icon-theme-installer | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/cad/geda/distinfo b/cad/geda/distinfo index 355a607cda2..9a0abec2181 100644 --- a/cad/geda/distinfo +++ b/cad/geda/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.16 2011/05/11 11:20:23 dmcmahill Exp $ +$NetBSD: distinfo,v 1.17 2012/02/16 11:29:59 hans Exp $ SHA1 (geda-gaf-1.6.2.tar.gz) = 87c21b3b77eebc8eec1c16672d4b1ab418ccb80d RMD160 (geda-gaf-1.6.2.tar.gz) = 4e32ba11188b9a2849036299b972c35481cb975e Size (geda-gaf-1.6.2.tar.gz) = 7099981 bytes +SHA1 (patch-build-tools_icon-theme-installer) = 368e18f2ef5a1530bcbaa33afd66c2306e409cbc diff --git a/cad/geda/patches/patch-build-tools_icon-theme-installer b/cad/geda/patches/patch-build-tools_icon-theme-installer new file mode 100644 index 00000000000..8877a13702a --- /dev/null +++ b/cad/geda/patches/patch-build-tools_icon-theme-installer @@ -0,0 +1,12 @@ +$NetBSD: patch-build-tools_icon-theme-installer,v 1.1 2012/02/16 11:29:59 hans Exp $ + +--- build-tools/icon-theme-installer.orig 2009-12-25 18:18:18.329539169 +0100 ++++ build-tools/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 |