diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-11-24 09:41:03 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-11-24 09:41:03 +0000 |
commit | 59efac64ef29584e122640ac14a1abe2a3a7e721 (patch) | |
tree | 7903f6d3715f15b2d98ef5cb53feeb187c76d2b4 /comms/openobex | |
parent | 677b067882758c852be6ae9d4b7001a03c20da7e (diff) |
Respect CFLAGS
PR: ports/74199
Submitted by: Simon Barner via maintainer
Notes
Notes:
svn path=/head/; revision=122292
Diffstat (limited to 'comms/openobex')
-rw-r--r-- | comms/openobex/files/patch-configure.in | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/comms/openobex/files/patch-configure.in b/comms/openobex/files/patch-configure.in index a88c8db60f1a..5db48999a68e 100644 --- a/comms/openobex/files/patch-configure.in +++ b/comms/openobex/files/patch-configure.in @@ -1,6 +1,6 @@ ---- configure.in.orig Sun Mar 7 17:07:07 2004 -+++ configure.in Sun Mar 7 17:07:20 2004 -@@ -39,6 +39,7 @@ +--- configure.in.orig Wed Oct 1 13:17:13 2003 ++++ configure.in Sat Nov 20 03:25:29 2004 +@@ -39,12 +39,12 @@ IRDA_CHECK BLUETOOTH_CHECK @@ -8,3 +8,9 @@ dnl Configure debug facilities AC_ARG_WITH(debug,[ --with-debug=level Debug level], + debug_level="$withval", debug_level="") + +-CFLAGS="-O2" + if test "$debug_level" != ""; then + AC_DEFINE_UNQUOTED([OBEX_DEBUG],$debug_level, [debug level]) + CFLAGS="-g -O1" |