diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 12:58:33 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 12:58:33 +0000 |
commit | d945d5ea982deadca9e8b17c2e7f4f928fe6d9ee (patch) | |
tree | b03cfdc045d4887da1bbcf9872d0180f879152a5 /lang/onyx | |
parent | 3580698ace693e3fa8ae6efd6422c8ffe0baf00b (diff) | |
download | ports-d945d5ea982deadca9e8b17c2e7f4f928fe6d9ee.tar.gz ports-d945d5ea982deadca9e8b17c2e7f4f928fe6d9ee.zip |
Notes
Diffstat (limited to 'lang/onyx')
-rw-r--r-- | lang/onyx/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/onyx/Makefile b/lang/onyx/Makefile index 5a121c49b4c7..01b7fa406ab0 100644 --- a/lang/onyx/Makefile +++ b/lang/onyx/Makefile @@ -29,8 +29,6 @@ PLIST_SUB= ONYX_VERSION=${PORTVERSION} BROKEN_ia64= Coredump during build on ia64 .include <bsd.port.options.mk> -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure do-build: @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook) |