diff options
author | drochner <drochner> | 2004-10-27 19:30:23 +0000 |
---|---|---|
committer | drochner <drochner> | 2004-10-27 19:30:23 +0000 |
commit | 0a01feddb9220f6429047f8820b3d07c6cc328cd (patch) | |
tree | 68f6667ac3a1a24a54700a5ddfcbf964b5bb8ad4 /graphics/libexif/patches | |
parent | 187ebe656c93b1f078e7f757029335a843ba4980 (diff) | |
download | pkgsrc-0a01feddb9220f6429047f8820b3d07c6cc328cd.tar.gz |
update to 0.6.11
There is a major step between 0.5.x and 0.6.x; I couldn't find a
useful changelog.
Diffstat (limited to 'graphics/libexif/patches')
-rw-r--r-- | graphics/libexif/patches/patch-aa | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/libexif/patches/patch-aa b/graphics/libexif/patches/patch-aa new file mode 100644 index 00000000000..a827de40cae --- /dev/null +++ b/graphics/libexif/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1 2004/10/27 19:30:23 drochner Exp $ + +--- configure.orig 2004-10-27 15:07:12.000000000 +0200 ++++ configure +@@ -25641,7 +25641,7 @@ if test "x$GCC" = "xyes"; then + + fi + +- ac_config_files="$ac_config_files Makefile libexif.spec libexif/Makefile libexif/canon/Makefile libexif/olympus/Makefile libexif/pentax/Makefile libjpeg/Makefile test/Makefile m4/Makefile libexif/libexif.pc" ++ ac_config_files="$ac_config_files Makefile libexif.spec libexif/Makefile libexif/canon/Makefile libexif/olympus/Makefile libexif/pentax/Makefile libjpeg/Makefile po/Makefile.in test/Makefile m4/Makefile libexif/libexif.pc" + cat >confcache <<\_ACEOF + # This file is a shell script that caches the results of configure + # tests run on this system so they can be shared between configure +@@ -26219,6 +26219,7 @@ do + "libexif/olympus/Makefile" ) CONFIG_FILES="$CONFIG_FILES libexif/olympus/Makefile" ;; + "libexif/pentax/Makefile" ) CONFIG_FILES="$CONFIG_FILES libexif/pentax/Makefile" ;; + "libjpeg/Makefile" ) CONFIG_FILES="$CONFIG_FILES libjpeg/Makefile" ;; ++ "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; + "test/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; + "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;; + "libexif/libexif.pc" ) CONFIG_FILES="$CONFIG_FILES libexif/libexif.pc" ;; |