aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-11-24 09:41:03 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-11-24 09:41:03 +0000
commit59efac64ef29584e122640ac14a1abe2a3a7e721 (patch)
tree7903f6d3715f15b2d98ef5cb53feeb187c76d2b4 /comms
parent677b067882758c852be6ae9d4b7001a03c20da7e (diff)
downloadports-59efac64ef29584e122640ac14a1abe2a3a7e721.tar.gz
ports-59efac64ef29584e122640ac14a1abe2a3a7e721.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/openobex/files/patch-configure.in12
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"