[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:09 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=e57f238
The following commit has been merged in the master branch:
commit e57f238c7eacb86c97d7518b01a7ec186520849d
Author: Robin Mills <robin at clanmills.com>
Date: Wed Oct 5 19:08:48 2016 +0000
#1230 More MinGW fixes.
---
samples/Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/samples/Makefile b/samples/Makefile
index ede6a5f..366c810 100644
--- a/samples/Makefile
+++ b/samples/Makefile
@@ -161,28 +161,28 @@ relink: binclean samples
# link expat directly to geotag
geotag: %: %.cpp
- $(COMPILE.cc) -I../src -I../include -I../include/exiv2 -I/usr/local/include -I/usr/include -o $@.o $<
+ $(COMPILE.cc) -I../src -o $@.o $<
@$(MAKEDEPEND)
@$(POSTDEPEND)
$(LIBTOOL) --mode=link $(LINK.cc) -lexpat $@.o -o ../bin/$@
# link applications which require utils.cpp support
metacopy path-test toexv: %: %.cpp ../src/utils.o
- $(COMPILE.cc) -I../src -I../include -I../include/exiv2 -I/usr/local/include -I/usr/include -o $@.o $<
+ $(COMPILE.cc) -I../src -o $@.o $<
@$(MAKEDEPEND)
@$(POSTDEPEND)
$(LIBTOOL) --mode=link $(LINK.cc) $@.o ../src/utils.o -o ../bin/$@
# exiv2json sample requires Jzon
exiv2json: %: %.cpp Jzon.o
- $(COMPILE.cc) -I../src -I../include -I../include/exiv2 -I/usr/local/include -I/usr/include -o $@.o $<
+ $(COMPILE.cc) -o $@.o $<
@$(MAKEDEPEND)
@$(POSTDEPEND)
$(LIBTOOL) --mode=link $(LINK.cc) Jzon.o $@.o -o ../bin/$@
# mt-test requires C++11
mt-test: %: %.cpp
- $(COMPILE.cc) -std=c++11 -I../src -I../include -I../include/exiv2 -I/usr/local/include -I/usr/include -o $@.o $<
+ $(COMPILE.cc) -std=c++11 -o $@.o $<
@$(MAKEDEPEND)
@$(POSTDEPEND)
$(LIBTOOL) --mode=link $(LINK.cc) $@.o -o ../bin/$@
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list