Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Aug 2014 15:33:52 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363915 - head/graphics/png/files
Message-ID:  <53de5660.5da0.5634ef5a@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sun Aug  3 15:33:52 2014
New Revision: 363915
URL: http://svnweb.freebsd.org/changeset/ports/363915
QAT: https://qat.redports.org/buildarchive/r363915/

Log:
  - rename patch files

Added:
  head/graphics/png/files/patch-libpng-config-body.in
     - copied unchanged from r363792, head/graphics/png/files/patch-scripts_libpng-config-body.in
Deleted:
  head/graphics/png/files/patch-scripts_libpng-config-body.in

Copied: head/graphics/png/files/patch-libpng-config-body.in (from r363792, head/graphics/png/files/patch-scripts_libpng-config-body.in)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/png/files/patch-libpng-config-body.in	Sun Aug  3 15:33:52 2014	(r363915, copy of r363792, head/graphics/png/files/patch-scripts_libpng-config-body.in)
@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53de5660.5da0.5634ef5a>