diff options
Diffstat (limited to 'multimedia/bmp-extra-plugins/Makefile')
-rw-r--r-- | multimedia/bmp-extra-plugins/Makefile | 2 |
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> |