Mac: Add patch for gexiv2 so that libtool can link the Gir,

svn: r21580
This commit is contained in:
John Ralls 2013-03-07 23:24:05 +00:00
parent fab25576db
commit cd7b83086d

15
mac/gexiv2-libtool.patch Normal file
View File

@ -0,0 +1,15 @@
diff -c /Users/john/Development/Gramps-Build/gramps-40/src/libgexiv2-0.5.0/Makefile\~ /Users/john/Development/Gramps-Build/gramps-40/src/libgexiv2-0.5.0/Makefile
*** a/Makefile Mon Oct 1 12:19:33 2012
--- b/Makefile Thu Mar 7 10:46:43 2013
***************
*** 150,155 ****
--- 150,156 ----
$(EXPANDED_INSTALLED_HEADER_FILES) \
$(EXPANDED_SRC_FILES) \
--library $(LIBRARY_BIN) \
+ --libtool=$(PREFIX)/bin/libtool \
--pkg=gobject-2.0
clean:
Diff finished. Thu Mar 7 10:47:48 2013