[GRASS-SVN] r67066 - grass/trunk/lib/python/ctypes

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Dec 11 13:31:25 PST 2015


Author: martinl
Date: 2015-12-11 13:31:25 -0800 (Fri, 11 Dec 2015)
New Revision: 67066

Modified:
   grass/trunk/lib/python/ctypes/Makefile
Log:
ctypes: link against intl-8 on mingw (intl3 is obsolete)

Modified: grass/trunk/lib/python/ctypes/Makefile
===================================================================
--- grass/trunk/lib/python/ctypes/Makefile	2015-12-11 11:35:16 UTC (rev 67065)
+++ grass/trunk/lib/python/ctypes/Makefile	2015-12-11 21:31:25 UTC (rev 67066)
@@ -59,7 +59,7 @@
 EXTRA_CLEAN_FILES := $(wildcard ctypesgencore/*.pyc) $(wildcard ctypesgencore/*/*.pyc)
 
 ifneq ($(MINGW),)
-INTLLIB = -lintl3
+INTLLIB = -lintl-8
 endif
 
 include $(MODULE_TOPDIR)/include/Make/Python.make



More information about the grass-commit mailing list