aboutsummaryrefslogtreecommitdiff
path: root/games/golly
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-02-26 08:46:12 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-02-26 08:46:12 +0000
commitfe7b53fd42d131a5211908bb199ef3aa14746619 (patch)
tree1cebd92d3071d145aa6fb74c205602373c223850 /games/golly
parenta43353941596b5f39f93a542f5e7c6b3b9dac0b3 (diff)
downloadports-fe7b53fd42d131a5211908bb199ef3aa14746619.tar.gz
ports-fe7b53fd42d131a5211908bb199ef3aa14746619.zip
Add a patch make the configure script know about gtk3 backend for wxGTK
Notes
Notes: svn path=/head/; revision=493949
Diffstat (limited to 'games/golly')
-rw-r--r--games/golly/files/patch-configure10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/golly/files/patch-configure b/games/golly/files/patch-configure
new file mode 100644
index 000000000000..91afe3ac1027
--- /dev/null
+++ b/games/golly/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig 2018-07-04 12:25:19 UTC
++++ configure
+@@ -6279,6 +6279,7 @@ $as_echo_n "checking which wxWidgets toolkit was selec
+ WX_PORT="unknown"
+ if test "$WX_GTKPORT1" != "0"; then WX_PORT="gtk1"; fi
+ if test "$WX_GTKPORT2" != "0"; then WX_PORT="gtk2"; fi
++ if test "$WX_GTKPORT3" != "0"; then WX_PORT="gtk3"; fi
+ if test "$WX_MSWPORT" != "0"; then WX_PORT="msw"; fi
+ if test "$WX_MOTIFPORT" != "0"; then WX_PORT="motif"; fi
+ if test "$WX_OSXCOCOAPORT" != "0"; then WX_PORT="osx_cocoa"; fi