diff options
author | sem <sem@FreeBSD.org> | 2004-11-27 21:53:42 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-11-27 21:53:42 +0000 |
commit | 1142cd0da2cb965d63a9e11329ab2f28316fe54c (patch) | |
tree | 06722fdaadecfeb57c22794603b8905d850863e2 /devel/omniNotify | |
parent | 4d185929b60d234e0c9d11f6b1e9466fb27c78ff (diff) | |
download | FreeBSD-ports-1142cd0da2cb965d63a9e11329ab2f28316fe54c.zip FreeBSD-ports-1142cd0da2cb965d63a9e11329ab2f28316fe54c.tar.gz |
- Respect CFLAGS
Reported by: pointyhat
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 a88e9b2..d356ab8 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: |