The following commit has been merged in the master branch:
commit e0c489266de6174fc51844848941a7475bd6394a
Author: Miriam Ruiz <[email protected]>
Date:   Sat May 2 05:10:28 2009 +0200

    Compile using gettext by default

diff --git a/Makefile b/Makefile
index 186d58a..7af243d 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,8 @@ MINOR=0
 
 PKGCONFIG_FILES=libtagcoll2 boolstuff-0.1 libxdg-basedir
 PKGCONFIG_CFLAGS= `pkg-config $(PKGCONFIG_FILES) --cflags`
-STATIC_CFLAGS= -O2 -g -Wall
+DEFS=-DUSE_GETTEXT
+STATIC_CFLAGS= -O2 -g -Wall $(DEFS)
 CFLAGS= $(STATIC_CFLAGS) -fPIC
 LDFLAGS= -Wl,-z,defs -Wl,--as-needed -Wl,--no-undefined
 PLUGINS_LDFLAGS= 

-- 
Development for GoFind!

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to