[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:47:12 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=cdb5eec

The following commit has been merged in the master branch:
commit cdb5eecc6b3a78f22fe0be796e104d8bbc064d1e
Author: Robin Mills <robin at clanmills.com>
Date:   Sun Oct 16 21:31:22 2016 +0000

    Enhancements to a contributed build script.
---
 contrib/cmake/macosx/generate | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/contrib/cmake/macosx/generate b/contrib/cmake/macosx/generate
index f68b505..b9818cb 100755
--- a/contrib/cmake/macosx/generate
+++ b/contrib/cmake/macosx/generate
@@ -6,7 +6,9 @@
 if [   -e src/actions.cpp -o -e ../src/actions.cpp ]; then
 	if [ ! -e build ]; then mkdir build ; cd build ; fi
 	if [   -e ../src/actions.cpp ]; then
-        cmake .. -G Xcode -DEXIV2_ENABLE_NLS=OFF -DCMAKE_BUILD_TYPE=Debug
+		rm -rf CMakeCache.txt
+        echo cmake .. -G Xcode -DEXIV2_ENABLE_NLS=OFF -DCMAKE_BUILD_TYPE=Debug "$@"
+             cmake .. -G Xcode -DEXIV2_ENABLE_NLS=OFF -DCMAKE_BUILD_TYPE=Debug "$@"
     fi
     if [ ! -e generate ]; then
     	ln -s ../contrib/cmake/macosx/generate generate

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list