[137275] trunk/dports/office/zathura-plugin-djvu/files/patch-Makefile.diff
khindenburg at macports.org
khindenburg at macports.org
Sun Jun 7 17:59:42 PDT 2015
Revision: 137275
https://trac.macports.org/changeset/137275
Author: khindenburg at macports.org
Date: 2015-06-07 17:59:42 -0700 (Sun, 07 Jun 2015)
Log Message:
-----------
zathura-plugin-djvu: for lib_install_name remove from Makefile patch
Modified Paths:
--------------
trunk/dports/office/zathura-plugin-djvu/files/patch-Makefile.diff
Modified: trunk/dports/office/zathura-plugin-djvu/files/patch-Makefile.diff
===================================================================
--- trunk/dports/office/zathura-plugin-djvu/files/patch-Makefile.diff 2015-06-08 00:56:11 UTC (rev 137274)
+++ trunk/dports/office/zathura-plugin-djvu/files/patch-Makefile.diff 2015-06-08 00:59:42 UTC (rev 137275)
@@ -17,7 +17,7 @@
+${PLUGIN}.dylib: ${OBJECTS}
$(ECHO) LD $@
- $(QUIET)${CC} -shared ${LDFLAGS} -o $@ $(OBJECTS) ${LIBS}
-+ $(QUIET)${CC} -Wl,-dylib_install_name,${DESTDIR}${PLUGINDIR}/${PLUGIN}.dylib -Wl,-bundle_loader,${PREFIX}/bin/zathura -bundle ${LDFLAGS} -o $@ ${OBJECTS} ${LIBS}
++ $(QUIET)${CC} -Wl,-dylib_install_name,${PLUGINDIR}/${PLUGIN}.dylib -Wl,-bundle_loader,${PREFIX}/bin/zathura -bundle ${LDFLAGS} -o $@ ${OBJECTS} ${LIBS}
${PLUGIN}-debug.so: ${DOBJECTS}
$(ECHO) LD $@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150607/0df99b54/attachment-0001.html>
More information about the macports-changes
mailing list