diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-11-27 21:53:42 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-11-27 21:53:42 +0000 |
commit | acda08ee44374b05e03c360624c37d7386073f82 (patch) | |
tree | 9be7468d8ad2beafba7b4bacc23232d6cd0c21dc /devel/omniNotify | |
parent | 6b19799b97efd4ec1a197fab6be17aa894817aab (diff) | |
download | ports-acda08ee44374b05e03c360624c37d7386073f82.tar.gz ports-acda08ee44374b05e03c360624c37d7386073f82.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 a88e9b2588ce..d356ab8f004f 100644 --- a/devel/omniNotify/Makefile +++ b/devel/omniNotify/Makefile @@ -44,7 +44,7 @@ pre-configure: @cd ${OMNIORB_WRKSRC} && ${FIND} idl | ${CPIO} --quiet -pdum ${WRKSRC} post-patch: - @${REINPLACE_CMD} -Ee 's#-pthread|-lc_r#${PTHREAD_LIBS}#' \ + @${REINPLACE_CMD} -Ee 's#-pthread|-lc_r#${PTHREAD_LIBS}#;s/-O2/${CFLAGS}/' \ ${WRKSRC}/mk/beforeauto.mk.in post-install: |