diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2003-01-29 20:20:56 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2003-01-29 20:20:56 +0000 |
commit | 52f7e4ba0e7b067b8bb6ed51de218226c435737e (patch) | |
tree | 78986abdce92b9236a86cc40b2b509ca5d95e587 /graphics/png/files | |
parent | - Update to 0.9.7 (diff) |
Install pkg-config data
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> (sligtly edited)
Notes
Notes:
svn path=/head/; revision=74222
Diffstat (limited to 'graphics/png/files')
-rw-r--r-- | graphics/png/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/png/files/patch-ab b/graphics/png/files/patch-ab new file mode 100644 index 000000000000..d36b99a474c9 --- /dev/null +++ b/graphics/png/files/patch-ab @@ -0,0 +1,10 @@ +--- scripts/libpng.pc.in.orig Wed Dec 11 13:25:12 2002 ++++ scripts/libpng.pc.in Wed Dec 11 13:25:35 2002 +@@ -7,5 +7,5 @@ + Name: libpng12 + Description: Loads and saves PNG files + Version: 1.2.5 +-Libs: -L${libdir} -lpng12 -lz -lm +-Cflags: -I${includedir}/libpng12 ++Libs: -L${libdir} -lpng -lz -lm ++Cflags: -I${includedir}/libpng |