]> git.pld-linux.org Git - packages/libgeotiff.git/commitdiff
- link to new libgeotiff, not old system one
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 24 Aug 2008 07:42:18 +0000 (07:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libgeotiff-link.patch -> 1.1

libgeotiff-link.patch [new file with mode: 0644]

diff --git a/libgeotiff-link.patch b/libgeotiff-link.patch
new file mode 100644 (file)
index 0000000..1889b12
--- /dev/null
@@ -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}
This page took 0.048136 seconds and 4 git commands to generate.