svn commit: r365104 - head/x11/tilda
Adam Weinberger
adamw at FreeBSD.org
Sat Aug 16 16:54:50 UTC 2014
Author: adamw
Date: Sat Aug 16 16:54:49 2014
New Revision: 365104
URL: http://svnweb.freebsd.org/changeset/ports/365104
QAT: https://qat.redports.org/buildarchive/r365104/
Log:
Fix build on -current.
This particular fixup could probably be applied across-the-board for
GNU configure.
Modified:
head/x11/tilda/Makefile
Modified: head/x11/tilda/Makefile
==============================================================================
--- head/x11/tilda/Makefile Sat Aug 16 16:47:56 2014 (r365103)
+++ head/x11/tilda/Makefile Sat Aug 16 16:54:49 2014 (r365104)
@@ -26,6 +26,8 @@ post-patch:
${WRKSRC}/src/tilda.c
@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
${WRKSRC}/src/tomboykeybinder.h
+ @${REINPLACE_CMD} -e 's|-R$$found_dir|-Wl,-rpath,$$found_dir|g' \
+ ${WRKSRC}/configure
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
More information about the svn-ports-all
mailing list