diff options
Diffstat (limited to 'x11-themes/gtk-qn-x11-theme')
-rw-r--r-- | x11-themes/gtk-qn-x11-theme/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-themes/gtk-qn-x11-theme/Makefile b/x11-themes/gtk-qn-x11-theme/Makefile index 1781b685fe85..9174178b8398 100644 --- a/x11-themes/gtk-qn-x11-theme/Makefile +++ b/x11-themes/gtk-qn-x11-theme/Makefile @@ -22,4 +22,7 @@ USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_GMAKE= yes +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig + .include <bsd.port.mk> |