[bknr-cvs] r1853 - branches/xml-class-rework/thirdparty/cl-gd
bknr at bknr.net
bknr at bknr.net
Sun Feb 19 18:24:40 UTC 2006
Author: hhubner
Date: 2006-02-19 12:24:40 -0600 (Sun, 19 Feb 2006)
New Revision: 1853
Modified:
branches/xml-class-rework/thirdparty/cl-gd/Makefile
Log:
-liconv is apparently no longer needed.
Modified: branches/xml-class-rework/thirdparty/cl-gd/Makefile
===================================================================
--- branches/xml-class-rework/thirdparty/cl-gd/Makefile 2006-02-19 18:18:42 UTC (rev 1852)
+++ branches/xml-class-rework/thirdparty/cl-gd/Makefile 2006-02-19 18:24:40 UTC (rev 1853)
@@ -2,7 +2,7 @@
cl-gd-glue.so:
gcc -I/usr/local/include -fPIC -c cl-gd-glue.c
- ld -shared -lgd -lz -lpng -ljpeg -lfreetype -liconv -lm -lc cl-gd-glue.o -o cl-gd-glue.so -L/usr/local/lib
+ ld -shared -lgd -lz -lpng -ljpeg -lfreetype -lm -lc cl-gd-glue.o -o cl-gd-glue.so -L/usr/local/lib
rm cl-gd-glue.o
# this should work for Mac OS X
More information about the Bknr-cvs
mailing list