diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-07-02 09:32:13 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-07-02 09:32:13 +0000 |
commit | d56fc4a4f9c599ba3e76787ec5318df9817e13a1 (patch) | |
tree | 68f673fe1971881cbc05e1cb232d5cf037562674 /graphics/libkdcraw-kde4/files/patch-configure | |
parent | Update to 0.1.5 release. (diff) |
libkdcraw is a C++ interface around a dcraw binary program
used to decode RAW picture files.
WWW: http://www.kipi-plugins.org/
Notes
Notes:
svn path=/head/; revision=194623
Diffstat (limited to 'graphics/libkdcraw-kde4/files/patch-configure')
-rw-r--r-- | graphics/libkdcraw-kde4/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/libkdcraw-kde4/files/patch-configure b/graphics/libkdcraw-kde4/files/patch-configure new file mode 100644 index 000000000000..8bce9270e9e8 --- /dev/null +++ b/graphics/libkdcraw-kde4/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Fri Jun 22 08:31:03 2007 ++++ configure Fri Jun 22 08:31:27 2007 +@@ -33495,7 +33495,7 @@ + + + +-KDCRAW_DIR="\$(libdir)/libkdcraw\$(ABI_MAJOR)" ++KDCRAW_DIR="\$(bindir)" + + + # ----------------------------------------------------------------- |