1ec55560fb
please review, contrib cleanup OBS-URL: https://build.opensuse.org/request/show/73126 OBS-URL: https://build.opensuse.org/package/show/Education/golly?expand=0&rev=1
17 lines
581 B
Diff
17 lines
581 B
Diff
Index: makefile-gtk
|
|
===================================================================
|
|
--- makefile-gtk.orig
|
|
+++ makefile-gtk
|
|
@@ -46,10 +46,7 @@ PYTHON_PREFS = -DPYTHON_SHLIB="$(PYTHON_
|
|
|
|
# default settings for zlib support, so clear these to build without zlib
|
|
ZLIB_CXXFLAGS = -DZLIB
|
|
-### ZLIB_LDFLAGS = -lz
|
|
-### we statically link zlib because some Linux systems (eg. Ubuntu) have
|
|
-### a non-standard zlib shared library that contains gzopen64
|
|
-ZLIB_LDFLAGS = /usr/lib/libz.a
|
|
+ZLIB_LDFLAGS = -lz
|
|
|
|
# for wxGTK support (required for GUI)
|
|
WX_CXXFLAGS = `wx-config --cxxflags`
|