aboutsummaryrefslogtreecommitdiff
path: root/graphics/exiv2
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-02-15 13:02:53 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-02-15 13:02:53 +0000
commit3b91c295e91d72e3bb077d6605524bc177e09df9 (patch)
tree6755e331f4e7083e9175a7b3dd160ebc069d760e /graphics/exiv2
parent41c6264c9863d0c1844cd1995c11103123be8784 (diff)
downloadports-3b91c295e91d72e3bb077d6605524bc177e09df9.tar.gz
ports-3b91c295e91d72e3bb077d6605524bc177e09df9.zip
Fix build after r344318. Libtool no longer adds implicit dependencies to
the linker command line. PR: ports/186789
Notes
Notes: svn path=/head/; revision=344382
Diffstat (limited to 'graphics/exiv2')
-rw-r--r--graphics/exiv2/files/patch-src-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/exiv2/files/patch-src-Makefile b/graphics/exiv2/files/patch-src-Makefile
new file mode 100644
index 000000000000..6a943950f49f
--- /dev/null
+++ b/graphics/exiv2/files/patch-src-Makefile
@@ -0,0 +1,11 @@
+--- src/Makefile.orig
++++ src/Makefile
+@@ -249,7 +249,7 @@
+ @$(LIBTOOL) --mode=link $(LINK.cc) -o $@ $(LIBRARY) $@.o -rpath $(libdir)
+
+ $(EXIV2BIN): lib $(EXIV2OBJ) $(EXIV2COBJ)
+- @$(LIBTOOL) --mode=link $(LINK.cc) -o $@ $(LIBRARY) $(EXIV2OBJ) $(EXIV2COBJ) -rpath $(libdir)
++ @$(LIBTOOL) --mode=link $(LINK.cc) -o $@ $(LIBRARY) $(EXIV2OBJ) $(EXIV2COBJ) -rpath $(libdir) $(LIBS)
+
+ $(MCBIN): lib $(MCOBJ)
+ @$(LIBTOOL) --mode=link $(LINK.cc) -o $@ $(LIBRARY) $(MCOBJ) -rpath $(libdir)