freebsd-ports/graphics/png/files/patch-ac
2006-07-23 07:05:41 +00:00

16 lines
383 B
Text

--- 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)