diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-14 09:42:12 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-14 09:42:12 +0000 |
commit | 03cceed935615886af3d9551e9fb9b573ce3744a (patch) | |
tree | fefb362514ed477cab8a0c201ef842c790185635 /devel/omniNotify | |
parent | f2a68ebb7a9de69a3ae4d9df85ad0471ad8deab9 (diff) | |
download | ports-03cceed935615886af3d9551e9fb9b573ce3744a.tar.gz ports-03cceed935615886af3d9551e9fb9b573ce3744a.zip |
Notes
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: |