ports/186789: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sat Feb 15 13:10:01 UTC 2014


The following reply was made to PR ports/186789; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/186789: commit references a PR
Date: Sat, 15 Feb 2014 13:03:01 +0000 (UTC)

 Author: tijl
 Date: Sat Feb 15 13:02:53 2014
 New Revision: 344382
 URL: http://svnweb.freebsd.org/changeset/ports/344382
 QAT: https://qat.redports.org/buildarchive/r344382/
 
 Log:
   Fix build after r344318.  Libtool no longer adds implicit dependencies to
   the linker command line.
   
   PR:		ports/186789
 
 Added:
   head/graphics/exiv2/files/
   head/graphics/exiv2/files/patch-src-Makefile   (contents, props changed)
 
 Added: head/graphics/exiv2/files/patch-src-Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/graphics/exiv2/files/patch-src-Makefile	Sat Feb 15 13:02:53 2014	(r344382)
 @@ -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)
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-multimedia mailing list