SOURCES: libgeotiff-link.patch (NEW) - link to new libgeotiff, not old syst...

qboosh qboosh at pld-linux.org
Sun Aug 24 09:42:24 CEST 2008


Author: qboosh                       Date: Sun Aug 24 07:42:24 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- link to new libgeotiff, not old system one

---- Files affected:
SOURCES:
   libgeotiff-link.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/libgeotiff-link.patch
diff -u /dev/null SOURCES/libgeotiff-link.patch:1.1
--- /dev/null	Sun Aug 24 09:42:24 2008
+++ SOURCES/libgeotiff-link.patch	Sun Aug 24 09:42:18 2008
@@ -0,0 +1,32 @@
+--- libgeotiff-1.2.5/bin/Makefile.in.orig	2006-07-20 17:45:48.000000000 +0200
++++ libgeotiff-1.2.5/bin/Makefile.in	2008-08-24 09:08:47.926113358 +0200
+@@ -6,7 +6,7 @@
+ GEOTIFFDIR	= $(DEPTH)
+ GEOTIFF_SO=@GEOTIFF_SO@
+ 
+-LIBS=   -L$(GEOTIFFDIR) -lgeotiff @LIBS@
++LIBS=   -L$(GEOTIFFDIR) -lgeotiff -L${libdir} @LIBS@
+ 
+ #
+ SHELL	= /bin/sh
+@@ -46,16 +46,16 @@
+ all:	${ALL} 
+   
+ makegeo$(EXEEXT): makegeo.o  ${GEOTIFFDIR}/libgeotiff.a
+-	${CC} ${COPTS} makegeo.o -L${libdir} ${LIBS} -o $@
++	${CC} ${COPTS} makegeo.o ${LIBS} -o $@
+   
+ geotifcp$(EXEEXT): geotifcp.o  ${GEOTIFFDIR}/libgeotiff.a
+-	${CC} ${COPTS} geotifcp.o -L${libdir} ${LIBS} -o $@
++	${CC} ${COPTS} geotifcp.o ${LIBS} -o $@
+   
+ listgeo$(EXEEXT): listgeo.o  ${GEOTIFFDIR}/libgeotiff.a
+-	${CC} ${COPTS} listgeo.o -L${libdir} ${LIBS} -o $@
++	${CC} ${COPTS} listgeo.o ${LIBS} -o $@
+   
+ csv2html$(EXEEXT): csv2html.o  ${GEOTIFFDIR}/libgeotiff.a
+-	${CC} ${COPTS} csv2html.o -L${libdir} ${LIBS} -o $@
++	${CC} ${COPTS} csv2html.o ${LIBS} -o $@
+ 
+ clean:
+ 	rm -f ${ALL} ${OBJS} core a.out newgeo.tif ${GEOTIFF_SO}
================================================================


More information about the pld-cvs-commit mailing list