gramps/mac/gexiv2-libtool.patch
John Ralls 919005c539 Mac: Fix gexiv2-libtool.patch to work if libtool isn't in $PREFIX
It must be on the path.


svn: r22334
2013-05-17 06:01:34 +00:00

16 lines
552 B
Diff

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=libtool \
--pkg=gobject-2.0
clean:
Diff finished. Thu Mar 7 10:47:48 2013