[GRASS-SVN] r57873 - grass/branches/develbranch_6/lib/pngdriver
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Sep 30 08:16:25 PDT 2013
Author: neteler
Date: 2013-09-30 08:16:24 -0700 (Mon, 30 Sep 2013)
New Revision: 57873
Modified:
grass/branches/develbranch_6/lib/pngdriver/Makefile
Log:
pngdriver: add missing MATHLIB
Modified: grass/branches/develbranch_6/lib/pngdriver/Makefile
===================================================================
--- grass/branches/develbranch_6/lib/pngdriver/Makefile 2013-09-30 15:16:14 UTC (rev 57872)
+++ grass/branches/develbranch_6/lib/pngdriver/Makefile 2013-09-30 15:16:24 UTC (rev 57873)
@@ -6,7 +6,7 @@
DEFS=-DPACKAGE=\"$(PACKAGE)\"
EXTRA_CFLAGS=$(GETHOSTNAME) $(ZLIBINCPATH) $(PNGINC) -I../driver $(PICFLAGS) $(DEFS)
-EXTRA_LIBS=$(DRIVERLIB) $(GISLIB) $(PNGLIB)
+EXTRA_LIBS=$(DRIVERLIB) $(GISLIB) $(PNGLIB) $(MATHLIB)
LIB_NAME = $(PNGDRIVER_LIBNAME)
LIB_OBJS = \
More information about the grass-commit
mailing list