tags 508947 patch
thanks

Hi!

The reason this ugly bug shows up is because
/etc/alternatives/wx-config points to the 2.6 version's file. One
probable fix which I tested wouldbe to edit makefile-gtk to substitute
the two calls to wx-config with gtk2-unicode-release-2.8 calls, like this:

diff -Nru golly-1.4/makefile-gtk golly-1.4/makefile-gtk
--- golly-1.4/makefile-gtk      2008-12-19 21:58:40.000000000 +0000
+++ golly-1.4/makefile-gtk      2008-12-19 21:58:41.000000000 +0000
@@ -19,9 +19,9 @@
 BINFILES = golly bgolly

 CXXC = g++
-CXXFLAGS = $(shell wx-config --cxxflags) -O5 -DZLIB -DVERSION=$(VERSION) \
+CXXFLAGS = $(shell /usr/lib/wx/config/gtk2-unicode-release-2.8 --cxxflags) -O5 
-DZLIB -DVERSION=$(VERSION) \
    -Wall -Wno-non-virtual-dtor -fno-strict-aliasing
-LDFLAGS = $(shell wx-config --libs) -lz
+LDFLAGS = $(shell /usr/lib/wx/config/gtk2-unicode-release-2.8 --libs) -lz

 # for Perl script support
 PERL_INCLUDE = $(shell perl -MExtUtils::Embed -e ccopts)

This avoids a Build-Conflict. I leave it to the maintainer to decide if this is 
a valid solution.

HTH.

Kumar



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to