diff options
author | gahr <gahr@FreeBSD.org> | 2013-02-14 17:42:12 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-02-14 17:42:12 +0800 |
commit | 1dd5197b6724214c4d5582998a39e18e6d2e1cc6 (patch) | |
tree | fefb362514ed477cab8a0c201ef842c790185635 /devel/omniNotify | |
parent | 34203bf55d9ef549ff2497b652af3eaa18292110 (diff) | |
download | freebsd-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/omniNotify')
-rw-r--r-- | devel/omniNotify/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/omniNotify/Makefile b/devel/omniNotify/Makefile index 8ccddd759e17..37dbc7daa911 100644 --- a/devel/omniNotify/Makefile +++ b/devel/omniNotify/Makefile @@ -43,7 +43,7 @@ pre-configure: @cd ${OMNIORB_WRKSRC} && ${FIND} idl | ${CPIO} --quiet -pdum ${WRKSRC} post-patch: - @${REINPLACE_CMD} -Ee 's#-pthread|-lc_r#${PTHREAD_LIBS}#;s/-O2/${CFLAGS}/' \ + @${REINPLACE_CMD} -Ee 's/-O2/${CFLAGS}/' \ ${WRKSRC}/mk/beforeauto.mk.in post-install: |