diff options
-rw-r--r-- | devel/orc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/orc/Makefile b/devel/orc/Makefile index 9830084283a3..cd7ef78967f1 100644 --- a/devel/orc/Makefile +++ b/devel/orc/Makefile @@ -42,7 +42,8 @@ MAKE_ARGS+= SUBDIRS="${SUBDIRS}" post-patch: @${REINPLACE_CMD} \ + -E -e '/LIBS/s/-lrt(\ )*//; /LIBRT/s/-lrt//' \ -e 's|pkgconfigdir=.*|pkgconfigdir=\"\\$$(prefix)/libdata/pkgconfig\"|g' \ - ${WRKSRC}/configure ${WRKSRC}/configure.ac + ${WRKSRC}/configure .include <bsd.port.post.mk> |