aboutsummaryrefslogtreecommitdiffstats
path: root/devel/omniORB
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2013-02-14 17:42:12 +0800
committergahr <gahr@FreeBSD.org>2013-02-14 17:42:12 +0800
commit1dd5197b6724214c4d5582998a39e18e6d2e1cc6 (patch)
treefefb362514ed477cab8a0c201ef842c790185635 /devel/omniORB
parent34203bf55d9ef549ff2497b652af3eaa18292110 (diff)
downloadfreebsd-ports-gnome-1dd5197b6724214c4d5582998a39e18e6d2e1cc6.tar.gz
freebsd-ports-gnome-1dd5197b6724214c4d5582998a39e18e6d2e1cc6.tar.zst
freebsd-ports-gnome-1dd5197b6724214c4d5582998a39e18e6d2e1cc6.zip
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr
Diffstat (limited to 'devel/omniORB')
-rw-r--r--devel/omniORB/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/omniORB/Makefile b/devel/omniORB/Makefile
index decd49e8caa9..8c67b7ac9962 100644
--- a/devel/omniORB/Makefile
+++ b/devel/omniORB/Makefile
@@ -37,8 +37,7 @@ MAN1= catior.1 convertior.1 genior.1 nameclt.1 omniidl.1
MAN8= omniMapper.8 omniNames.8
post-patch:
- @${REINPLACE_CMD} -e 's#-pthread|-lc_r#${PTHREAD_LIBS}#' \
- -e 's#-O2#${CFLAGS}#g' ${WRKSRC}/mk/beforeauto.mk.in
+ @${REINPLACE_CMD} -e 's#-O2#${CFLAGS}#g' ${WRKSRC}/mk/beforeauto.mk.in
post-install:
@${PYTHON_CMD} -c "import compileall; compileall.compile_dir('${PYTHON_SITELIBDIR}/omniidl')"