[SCM] Development for GoFind! branch, master, updated. e0c489266de6174fc51844848941a7475bd6394a

Miriam Ruiz miriam at debian.org
Sat May 2 03:04:48 UTC 2009


The following commit has been merged in the master branch:
commit e0c489266de6174fc51844848941a7475bd6394a
Author: Miriam Ruiz <miriam at debian.org>
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!



More information about the Pkg-games-commits mailing list