Mac: Fix gexiv2-libtool.patch to work if libtool isn't in $PREFIX
It must be on the path. svn: r22334
This commit is contained in:
parent
532a6d6171
commit
919005c539
@ -7,7 +7,7 @@ diff -c /Users/john/Development/Gramps-Build/gramps-40/src/libgexiv2-0.5.0/Makef
|
||||
$(EXPANDED_INSTALLED_HEADER_FILES) \
|
||||
$(EXPANDED_SRC_FILES) \
|
||||
--library $(LIBRARY_BIN) \
|
||||
+ --libtool=$(PREFIX)/bin/libtool \
|
||||
+ --libtool=libtool \
|
||||
--pkg=gobject-2.0
|
||||
|
||||
clean:
|
||||
|
Loading…
Reference in New Issue
Block a user