[GRASS-SVN] r38915 - grass/trunk/include/Make
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Aug 29 12:32:41 EDT 2009
Author: glynn
Date: 2009-08-29 12:32:40 -0400 (Sat, 29 Aug 2009)
New Revision: 38915
Modified:
grass/trunk/include/Make/Grass.make
Log:
Workaround for libintl hacks on MinGW
Modified: grass/trunk/include/Make/Grass.make
===================================================================
--- grass/trunk/include/Make/Grass.make 2009-08-29 13:46:42 UTC (rev 38914)
+++ grass/trunk/include/Make/Grass.make 2009-08-29 16:32:40 UTC (rev 38915)
@@ -268,6 +268,10 @@
$(foreach lib,$(libs),$(eval $(call lib_rules,$(firstword $(subst :, ,$(lib))),$(lastword $(subst :, ,$(lib))))))
+ifneq ($(MINGW),)
+GISLIB += $(INTLLIB)
+endif
+
DBMILIB = $(DBMICLIENTLIB) $(DBMIBASELIB) $(DBMIEXTRALIB)
GEOMLIB = $(OPTRILIB) $(SOSLIB) $(LIALIB) $(BASICLIB)
VECTLIB = $(VECTORLIB) $(DIG2LIB) $(GRAPHLIB) $(RTREELIB) $(LINKMLIB) $(DBMILIB)
More information about the grass-commit
mailing list