[Midnightbsd-cvs] mports [17045] trunk/graphics/png/files: move patch
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Sep 13 22:04:00 EDT 2014
Revision: 17045
http://svnweb.midnightbsd.org/mports/?rev=17045
Author: laffer1
Date: 2014-09-13 22:03:59 -0400 (Sat, 13 Sep 2014)
Log Message:
-----------
move patch
Added Paths:
-----------
trunk/graphics/png/files/patch-libpng-config-body.in
Removed Paths:
-------------
trunk/graphics/png/files/patch-ac
Deleted: trunk/graphics/png/files/patch-ac
===================================================================
--- trunk/graphics/png/files/patch-ac 2014-09-14 01:45:37 UTC (rev 17044)
+++ trunk/graphics/png/files/patch-ac 2014-09-14 02:03:59 UTC (rev 17045)
@@ -1,16 +0,0 @@
---- scripts/libpng-config-body.in.orig Wed Sep 18 08:05:43 2002
-+++ scripts/libpng-config-body.in Sun Jul 23 10:27:47 2006
-@@ -77,8 +77,12 @@
- echo ${R_opts}
- ;;
-
-+ --ldopts)
-+ echo ${ldopts}
-+ ;;
-+
- --ldflags)
-- echo ${ldflags} ${L_opts} ${R_opts} ${libs}
-+ echo ${ldopts} ${L_opts} ${R_opts} ${libs}
- ;;
-
- --static)
Copied: trunk/graphics/png/files/patch-libpng-config-body.in (from rev 17018, trunk/graphics/png/files/patch-ac)
===================================================================
--- trunk/graphics/png/files/patch-libpng-config-body.in (rev 0)
+++ trunk/graphics/png/files/patch-libpng-config-body.in 2014-09-14 02:03:59 UTC (rev 17045)
@@ -0,0 +1,16 @@
+--- scripts/libpng-config-body.in.orig Wed Sep 18 08:05:43 2002
++++ scripts/libpng-config-body.in Sun Jul 23 10:27:47 2006
+@@ -77,8 +77,12 @@
+ echo ${R_opts}
+ ;;
+
++ --ldopts)
++ echo ${ldopts}
++ ;;
++
+ --ldflags)
+- echo ${ldflags} ${L_opts} ${R_opts} ${libs}
++ echo ${ldopts} ${L_opts} ${R_opts} ${libs}
+ ;;
+
+ --static)
More information about the Midnightbsd-cvs
mailing list