diff options
author | adamw <adamw@FreeBSD.org> | 2014-08-17 00:54:49 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-08-17 00:54:49 +0800 |
commit | 3fca56ef4b88e3f461d2f42a107227855dd42023 (patch) | |
tree | 63599e9af9fb17585f7e65a9fa74eae8d1a1eb65 /x11/tilda | |
parent | 0b9735dd7776b5e77195d4bc7eab1cbec05c43b2 (diff) | |
download | freebsd-ports-gnome-3fca56ef4b88e3f461d2f42a107227855dd42023.tar.gz freebsd-ports-gnome-3fca56ef4b88e3f461d2f42a107227855dd42023.tar.zst freebsd-ports-gnome-3fca56ef4b88e3f461d2f42a107227855dd42023.zip |
Fix build on -current.
This particular fixup could probably be applied across-the-board for
GNU configure.
Diffstat (limited to 'x11/tilda')
-rw-r--r-- | x11/tilda/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/tilda/Makefile b/x11/tilda/Makefile index 96802a19342b..33d77cf6f2f5 100644 --- a/x11/tilda/Makefile +++ b/x11/tilda/Makefile @@ -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} |