From a35c8f2f6db24f79a911566df8a01cb7ea8445f2 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sat, 16 Aug 2014 16:54:49 +0000 Subject: [PATCH] Fix build on -current. This particular fixup could probably be applied across-the-board for GNU configure. --- x11/tilda/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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}