diff options
author | hans <hans> | 2012-02-16 17:35:30 +0000 |
---|---|---|
committer | hans <hans> | 2012-02-16 17:35:30 +0000 |
commit | c104b12af4f9c0c0f0ca127ee7a9f471c4b051de (patch) | |
tree | 4c2da346df0aa2bf17cd6f8a89f43964ba09831e /comms/multisync-gui | |
parent | c59cad4826ebf5e72c74e234fff191307909e28c (diff) | |
download | pkgsrc-c104b12af4f9c0c0f0ca127ee7a9f471c4b051de.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'comms/multisync-gui')
-rw-r--r-- | comms/multisync-gui/distinfo | 3 | ||||
-rw-r--r-- | comms/multisync-gui/patches/patch-configure | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/comms/multisync-gui/distinfo b/comms/multisync-gui/distinfo index 077300ae851..8be81f5b94f 100644 --- a/comms/multisync-gui/distinfo +++ b/comms/multisync-gui/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/02/27 17:44:14 drochner Exp $ +$NetBSD: distinfo,v 1.2 2012/02/16 17:35:30 hans Exp $ SHA1 (multisync-gui-0.91.0.tar.gz) = 03b32007dab9945ee08affe6ac59be34f565adcb RMD160 (multisync-gui-0.91.0.tar.gz) = 7522f28e217acefde9076229da81ab4df627e2af Size (multisync-gui-0.91.0.tar.gz) = 112933 bytes SHA1 (patch-aa) = 13417a99cfeb6d50bbe3c9cafbe970e870e0b417 +SHA1 (patch-configure) = 8802f1d38d4f159e42ab5ce1730488c4095375ba diff --git a/comms/multisync-gui/patches/patch-configure b/comms/multisync-gui/patches/patch-configure new file mode 100644 index 00000000000..35563b046ed --- /dev/null +++ b/comms/multisync-gui/patches/patch-configure @@ -0,0 +1,15 @@ +$NetBSD: patch-configure,v 1.1 2012/02/16 17:35:30 hans Exp $ + +--- configure.orig 2006-10-12 20:48:13.000000000 +0200 ++++ configure 2012-01-26 20:54:21.447800794 +0100 +@@ -58,10 +58,6 @@ checkPython() + checkWAF() + { + echo -n "Checking for WAF : " +- #global installed waf with waf->waf.py link +- if [ -z "$WAF" ]; then +- WAF=`which waf 2>/dev/null` +- fi + #installed miniwaf in sourcedir + if [ -z "$WAF" ]; then + if [ -e "$WORKINGDIR/waf" ] ; then |