pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

golly: a patch file was missing.



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Fri May 11 17:04:19 2018 +0200
Changeset:	567a3b73c3d0f17df5c839fa4d2fc74936a9fa5c

Added Files:
	golly/patches/patch-configure

Log Message:
golly: a patch file was missing.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=567a3b73c3d0f17df5c839fa4d2fc74936a9fa5c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 golly/patches/patch-configure | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diffs:
diff --git a/golly/patches/patch-configure b/golly/patches/patch-configure
new file mode 100644
index 0000000000..0cca764156
--- /dev/null
+++ b/golly/patches/patch-configure
@@ -0,0 +1,14 @@
+$NetBSD$
+
+--- gui-wx/configure/configure.orig     2017-08-29 07:30:19.000000000 +0000
++++ gui-wx/configure/configure
+@@ -6600,7 +6600,7 @@ _ACEOF
+ fi
+ 
+ # Find Python
+-for ac_prog in python2 python
++for ac_prog in python2.8 python2.7 python2 python
+ do
+   # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+


Home | Main Index | Thread Index | Old Index