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 | f607fdaea0f68e79fa5010f8247be5d178925a3d (patch) | |
tree | 91808fad10af612d5231c8e0f81747c1a8c75df4 /cad/geda/patches | |
parent | 4f890aba2443569476339b056f1e81434f424e68 (diff) | |
download | pkgsrc-f607fdaea0f68e79fa5010f8247be5d178925a3d.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'cad/geda/patches')
-rw-r--r-- | cad/geda/patches/patch-build-tools_icon-theme-installer | 12 |
1 files changed, 12 insertions, 0 deletions
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 |