]> git.pld-linux.org Git - packages/crossmingw32-libpng.git/commitdiff
- updated to 1.2.10
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 24 Apr 2006 08:45:31 +0000 (08:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libpng-libdirfix.patch -> 1.4

libpng-libdirfix.patch

index b71ed8bba8d06c94d166bd3ce34a96cca0cf6774..88ef4baa175209b0630f9ad2aa83eab1febcc97a 100644 (file)
@@ -1,14 +1,5 @@
 --- libpng-1.2.9/scripts/makefile.linux.libdirfix      2003-02-24 19:32:51.000000000 -0500
 +++ libpng-1.2.9/scripts/makefile.linux        2003-02-24 19:33:26.000000000 -0500
-@@ -29,7 +29,7 @@
- # libpng12/png.h and libpng12/pngconf.h
- # Prefix must be a full pathname.
- prefix=/usr/local
--exec_prefix=$prefix
-+exec_prefix=$(prefix)
- # Where the zlib library and include files are located.
- #ZLIBLIB=/usr/local/lib
 @@ -60,7 +60,7 @@
        $(RANLIB) $@
  
        ln -sf $(LIBNAME).so.$(PNGMAJ) $(LIBNAME).so
 --- libpng-1.2.9/scripts/makefile.gcmmx.libdirfix      2003-02-24 19:32:51.000000000 -0500
 +++ libpng-1.2.9/scripts/makefile.gcmmx        2003-02-24 19:33:26.000000000 -0500
-@@ -40,7 +40,7 @@
- # libpng12/png.h and libpng12/pngconf.h
- # Prefix must be a full pathname.
- prefix=/usr/local
--exec_prefix=$prefix
-+exec_prefix=$(prefix)
- # Where the zlib library and include files are located.
- #ZLIBLIB=/usr/local/lib
 @@ -60,7 +60,7 @@
        $(RANLIB) $@
  
This page took 0.026224 seconds and 4 git commands to generate.