diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2007-03-04 17:54:21 +0000 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2007-03-04 17:54:21 +0000 |
commit | 244821875c6c16bb02750d48e9fdd9e48edbf5cb (patch) | |
tree | 312ddd3b015e4f28316cf2039ea52b0718ce94a1 /x11-themes/whistlerk | |
parent | 8d322e2d4969051832ab28fca67870936a6d2bbd (diff) | |
download | FreeBSD-ports-244821875c6c16bb02750d48e9fdd9e48edbf5cb.zip FreeBSD-ports-244821875c6c16bb02750d48e9fdd9e48edbf5cb.tar.gz |
Fix build after objformat removal on -current.
Diffstat (limited to 'x11-themes/whistlerk')
-rw-r--r-- | x11-themes/whistlerk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-themes/whistlerk/Makefile b/x11-themes/whistlerk/Makefile index def7b26..743ab66 100644 --- a/x11-themes/whistlerk/Makefile +++ b/x11-themes/whistlerk/Makefile @@ -25,5 +25,6 @@ USE_GMAKE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/ltconfig .include <bsd.port.mk> |