]> git.pld-linux.org Git - packages/crossmingw32-libpng.git/commitdiff
- remaining part is back (lib linking, compat symlink instead of duplicate lib) auto/ac/libpng-1_2_12-2 auto/ac/libpng-1_2_13-1 auto/ac/libpng-1_2_18-1 auto/th/libpng-1_2_12-1_1 auto/th/libpng-1_2_13-1 auto/th/libpng-1_2_14-1 auto/th/libpng-1_2_15-1 auto/th/libpng-1_2_15-2 auto/th/libpng-1_2_15-2_1 auto/th/libpng-1_2_16-1 auto/th/libpng-1_2_18-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 29 Jun 2006 08:16:57 +0000 (08:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libpng-revert.patch -> 1.5

libpng-revert.patch [new file with mode: 0644]

diff --git a/libpng-revert.patch b/libpng-revert.patch
new file mode 100644 (file)
index 0000000..dc50981
--- /dev/null
@@ -0,0 +1,58 @@
+--- libpng-1.2.12/scripts/makefile.gcmmx.orig  2006-06-29 10:10:33.974440000 +0200
++++ libpng-1.2.12/scripts/makefile.gcmmx       2006-06-29 10:12:14.144440000 +0200
+@@ -142,12 +142,10 @@
+ $(LIBSOVER): $(OBJSDLL)
+       $(CC) -shared -Wl,-soname,$(LIBSOMAJ) \
+       -o $(LIBSOVER) \
+-      $(OBJSDLL)
++      $(OBJSDLL) -lz -lm
+-$(OLDSOVER): $(OBJSDLL)
+-      $(CC) -shared -Wl,-soname,$(OLDSOMAJ) \
+-      -o $(OLDSOVER) \
+-      $(OBJSDLL)
++$(OLDSOVER): $(LIBSOVER)
++      $(LN_SF) $(LIBSOVER) $(OLDSOVER)
+ pngtest: pngtest.o $(LIBSO)
+       $(CC) -o pngtest $(CFLAGS) pngtest.o $(LDFLAGS)
+@@ -190,9 +188,8 @@
+       -@$(RM_F) $(DL)/$(OLDSOMAJ)
+       -@$(RM_F) $(DL)/$(OLDSOVER)*
+       cp $(LIBSOVER) $(DL)
+-      cp $(OLDSOVER) $(DL)
++      $(LN_SF) $(LIBSOVER) $(DL)/$(OLDSOVER)
+       chmod 755 $(DL)/$(LIBSOVER)
+-      chmod 755 $(DL)/$(OLDSOVER)
+       (cd $(DL); \
+       $(LN_SF) $(OLDSOVER) $(OLDSOMAJ); \
+       $(LN_SF) $(OLDSOMAJ) $(OLDSO); \
+--- libpng-1.2.12/scripts/makefile.linux.orig  2006-06-29 10:10:33.974440000 +0200
++++ libpng-1.2.12/scripts/makefile.linux       2006-06-29 10:13:16.824440000 +0200
+@@ -110,12 +110,10 @@
+       $(LN_SF) $(LIBSOVER) $(LIBSOMAJ)
+ $(LIBSOVER): $(OBJSDLL)
+-      $(CC) -shared -Wl,-soname,$(LIBSOMAJ) -o $(LIBSOVER) $(OBJSDLL)
++      $(CC) -shared -Wl,-soname,$(LIBSOMAJ) -o $(LIBSOVER) $(OBJSDLL) -lz -lm
+-$(OLDSOVER): $(OBJSDLL)
+-      $(CC) -shared -Wl,-soname,$(OLDSOMAJ) \
+-      -o $(OLDSOVER) \
+-      $(OBJSDLL)
++$(OLDSOVER): $(LIBSOVER)
++      $(LN_SF) $(LIBSOVER) $(OLDSOVER)
+ pngtest: pngtest.o $(LIBSO)
+       $(CC) -o pngtest $(CFLAGS) pngtest.o $(LDFLAGS)
+@@ -158,9 +156,8 @@
+       -@$(RM_F) $(DL)/$(OLDSOMAJ)
+       -@$(RM_F) $(DL)/$(OLDSOVER)*
+       cp $(LIBSOVER) $(DL)
+-      cp $(OLDSOVER) $(DL)
++      $(LN_SF) $(LIBSOVER) $(DL)/$(OLDSOVER)
+       chmod 755 $(DL)/$(LIBSOVER)
+-      chmod 755 $(DL)/$(OLDSOVER)
+       (cd $(DL); \
+       $(LN_SF) $(OLDSOVER) $(OLDSOMAJ); \
+       $(LN_SF) $(OLDSOMAJ) $(OLDSO); \
This page took 0.153979 seconds and 4 git commands to generate.