aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/bmp-extra-plugins
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-03-29 20:53:22 +0800
committerpav <pav@FreeBSD.org>2007-03-29 20:53:22 +0800
commit39b49e297af006116ff7a1e93f514fc7edd09cf9 (patch)
treee64fb226b367a123baf539b97982185415b57b66 /multimedia/bmp-extra-plugins
parentc815d163bdbb935073043494b80018588d7e63cc (diff)
downloadfreebsd-ports-gnome-39b49e297af006116ff7a1e93f514fc7edd09cf9.tar.gz
freebsd-ports-gnome-39b49e297af006116ff7a1e93f514fc7edd09cf9.tar.zst
freebsd-ports-gnome-39b49e297af006116ff7a1e93f514fc7edd09cf9.zip
- Fix after objformat removal
Reported by: pointyhat
Diffstat (limited to 'multimedia/bmp-extra-plugins')
-rw-r--r--multimedia/bmp-extra-plugins/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/bmp-extra-plugins/Makefile b/multimedia/bmp-extra-plugins/Makefile
index b645859514c4..1c2e48bd8f89 100644
--- a/multimedia/bmp-extra-plugins/Makefile
+++ b/multimedia/bmp-extra-plugins/Makefile
@@ -29,7 +29,7 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
- @${REINPLACE_CMD} -e 's,-pthread,${PTHREAD_LIBS},g' \
+ @${REINPLACE_CMD} -e 's,-pthread,${PTHREAD_LIBS},g ; s|echo aout|echo elf|' \
${WRKSRC}/configure
.include <bsd.port.mk>