diff options
author | pav <pav@FreeBSD.org> | 2007-03-28 19:56:32 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-28 19:56:32 +0800 |
commit | 540cce369a983454c6f259f49a34f52f962e2337 (patch) | |
tree | 2a6bacc1a8b87d022ab4e097a7f78e4a6a32be7f /x11-themes/gtk-qn-x11-theme | |
parent | 193f1d39fbc0c1099ba802267cd742f9bafdfb45 (diff) | |
download | freebsd-ports-gnome-540cce369a983454c6f259f49a34f52f962e2337.tar.gz freebsd-ports-gnome-540cce369a983454c6f259f49a34f52f962e2337.tar.zst freebsd-ports-gnome-540cce369a983454c6f259f49a34f52f962e2337.zip |
- Fix after objformat removal
Reported by: pointyhat
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> |