Date: Tue, 26 Feb 2019 08:46:12 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493949 - head/games/golly/files Message-ID: <201902260846.x1Q8kCOc077067@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902260846.x1Q8kCOc077067>