ca52e6c9d1
Fix typo in LDFLAGS so gettext is found. Mark ignore on 4.x, its freezes when starting a new game. Patches are welcome.
11 lines
419 B
Text
11 lines
419 B
Text
--- src/Makefile.in.orig Thu Apr 28 14:07:13 2005
|
|
+++ src/Makefile.in Thu Apr 28 14:07:55 2005
|
|
@@ -199,7 +199,7 @@
|
|
ucompose.hpp \
|
|
vector.hpp
|
|
|
|
-@MAINTAINER_MODE_FALSE@AM_CXXFLAGS = @CXXFLAGS@ $(DEPS_CFLAGS) -Wall -O3
|
|
+@MAINTAINER_MODE_FALSE@AM_CXXFLAGS = @CXXFLAGS@ $(DEPS_CFLAGS) -Wall @CFLAGS@
|
|
|
|
@MAINTAINER_MODE_TRUE@AM_CXXFLAGS = @CXXFLAGS@ $(DEPS_CFLAGS) -O0 -Wall
|
|
|