- add or fix RCS ids - fix permission problems (USE_TOOLS etc.) - fix MESSAGE, DESCR, COMMENT problems - other minor tweaks (all reported by pkglint -Wall)
13 lines
416 B
Text
13 lines
416 B
Text
$NetBSD: patch-aa,v 1.2 2006/10/29 11:23:08 shattered Exp $
|
|
|
|
--- makefile.orig 2006-02-11 13:22:00.000000000 +0100
|
|
+++ makefile 2006-02-11 13:19:32.000000000 +0100
|
|
@@ -3,7 +3,7 @@
|
|
CC = gcc
|
|
|
|
INC = -I. -I. -I../include/
|
|
-LIB = -lfuse -lpthread -lbluetooth -lsdp -lopenobex
|
|
+LIB = -lfuse -lpthread -lbluetooth -lopenobex
|
|
FLAGS = $(CFLAGS) -Wall -g -O2 -D_FILE_OFFSET_BITS=64
|
|
|
|
OBJ = btfs.o bt_util.o util.o obex.o
|