svn commit: r493949 - head/games/golly/files

Baptiste Daroussin bapt at FreeBSD.org
Tue Feb 26 08:46:13 UTC 2019


Author: bapt
Date: Tue Feb 26 08:46:12 2019
New Revision: 493949
URL: https://svnweb.freebsd.org/changeset/ports/493949

Log:
  Add a patch make the configure script know about gtk3 backend for wxGTK

Added:
  head/games/golly/files/
  head/games/golly/files/patch-configure   (contents, props changed)

Added: head/games/golly/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/golly/files/patch-configure	Tue Feb 26 08:46:12 2019	(r493949)
@@ -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


More information about the svn-ports-all mailing list