summaryrefslogtreecommitdiffstats
path: root/graphics/png/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/png/files/patch-ac')
-rw-r--r--graphics/png/files/patch-ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/png/files/patch-ac b/graphics/png/files/patch-ac
deleted file mode 100644
index 5666752ac..000000000
--- a/graphics/png/files/patch-ac
+++ /dev/null
@@ -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)