diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-23 19:57:59 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-23 19:57:59 +0000 |
| commit | cae842bacf2b26e4674d7c2c6d46cc91f05493ac (patch) | |
| tree | 5ffde29db73b3158aebf997caf8da34daaee6f76 /comms/openobex/files/patch-configure.in | |
| parent | - only shared libraries should be build with -fPIC on amd64 and ia64 (diff) | |
Add openobex, a library for OBEX (Object Exchange), a protocol to exchange
a data over infrared and Bluetooth.
This port is adapted to work with FreeBSD Bluetooth stack.
PR: ports/64596
Submitted by: Guido Falsi <mad@madpilot.net>
Notes
Notes:
svn path=/head/; revision=105079
Diffstat (limited to 'comms/openobex/files/patch-configure.in')
| -rw-r--r-- | comms/openobex/files/patch-configure.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/openobex/files/patch-configure.in b/comms/openobex/files/patch-configure.in new file mode 100644 index 000000000000..a88c8db60f1a --- /dev/null +++ b/comms/openobex/files/patch-configure.in @@ -0,0 +1,10 @@ +--- configure.in.orig Sun Mar 7 17:07:07 2004 ++++ configure.in Sun Mar 7 17:07:20 2004 +@@ -39,6 +39,7 @@ + + IRDA_CHECK + BLUETOOTH_CHECK ++FREEBSD_BLUETOOTH_CHECK + + dnl Configure debug facilities + AC_ARG_WITH(debug,[ --with-debug=level Debug level], |
