summaryrefslogtreecommitdiff
path: root/devel/omniNotify
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-11-27 21:53:42 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-11-27 21:53:42 +0000
commitacda08ee44374b05e03c360624c37d7386073f82 (patch)
tree9be7468d8ad2beafba7b4bacc23232d6cd0c21dc /devel/omniNotify
parentSIMLIB/C++ is the SIMulation LIBrary for C++ programming language. You can (diff)
- Respect CFLAGS
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=122625
Diffstat (limited to 'devel/omniNotify')
-rw-r--r--devel/omniNotify/Makefile2
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: