parent
48319068ab
commit
01adc51109
File diff suppressed because it is too large
Load Diff
@ -1,20 +0,0 @@
|
|||||||
--- libgeotiff-1.2.4/Doxyfile 2001-03-05 06:36:54.000000000 +0200
|
|
||||||
+++ libgeotiff.work/Doxyfile 2008-01-06 05:28:45.000000000 +0200
|
|
||||||
@@ -49,7 +49,7 @@
|
|
||||||
# each generated HTML page. If it is left blank doxygen will generate a
|
|
||||||
# standard footer.
|
|
||||||
|
|
||||||
-HTML_FOOTER =
|
|
||||||
+HTML_FOOTER = no_date_footer.html
|
|
||||||
|
|
||||||
# The QUIET tag can be used to turn on/off the messages that are generated
|
|
||||||
# by doxygen. Possible values are YES and NO. If left blank NO is used.
|
|
||||||
--- libgeotiff-1.2.4/no_date_footer.html 1970-01-01 02:00:00.000000000 +0200
|
|
||||||
+++ libgeotiff.work/no_date_footer.html 2008-01-06 05:33:09.000000000 +0200
|
|
||||||
@@ -0,0 +1,6 @@
|
|
||||||
+<hr size="1"><address style="text-align: right;"><small>
|
|
||||||
+Generated for $projectname by <a href="http://www.doxygen.org/
|
|
||||||
+index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a>
|
|
||||||
+$doxygenversion</small></address>
|
|
||||||
+</body>
|
|
||||||
+</html>
|
|
@ -1,10 +0,0 @@
|
|||||||
--- libgeotiff-1.2.4/Makefile.in.orig 2007-02-04 18:57:47.000000000 +0100
|
|
||||||
+++ libgeotiff-1.2.4/Makefile.in 2007-07-23 18:47:45.000000000 +0200
|
|
||||||
@@ -101,6 +101,7 @@
|
|
||||||
|
|
||||||
$(GEOTIFF_SO): ${OBJS}
|
|
||||||
${LD_SHARED} ${OBJS} ${LIBS} -o $(GEOTIFF_SO)
|
|
||||||
+ ${CC} -shared ${OBJS} ${LIBS} -o $(GEOTIFF_SO) -Wl,-soname=libgeotiff.so.$(VERSION_MAJOR).$(VERSION_MINOR)
|
|
||||||
rm -f libgeotiff.$(SO_EXT)
|
|
||||||
${LN} $(GEOTIFF_SO) libgeotiff.$(SO_EXT)
|
|
||||||
|
|
Loading…
Reference in new issue