- add or fix RCS ids - fix permission problems (USE_TOOLS etc.) - fix MESSAGE, DESCR, COMMENT problems - other minor tweaks (all reported by pkglint -Wall)
24 lines
477 B
Text
24 lines
477 B
Text
$NetBSD: patch-aa,v 1.2 2006/10/29 11:23:10 shattered Exp $
|
|
|
|
--- Makefile.orig 2005-10-11 06:02:06.796840248 +0200
|
|
+++ Makefile 2005-10-11 06:02:26.308873968 +0200
|
|
@@ -4,10 +4,6 @@
|
|
VERSION=0.2
|
|
|
|
OBEX_VER=1.0.0
|
|
-CC = gcc
|
|
-LDFLAGS =
|
|
-
|
|
-CFLAGS = -I.
|
|
|
|
|
|
all : \
|
|
@@ -21,7 +17,7 @@
|
|
|
|
|
|
opd : $(BIPD_OBJECTS)
|
|
- $(CC) -o opd $(CFLAGS) $(BIPD_OBJECTS) -lopenobex -lbluetooth -lsdp $(LDFLAGS)
|
|
+ $(CC) -o opd $(CFLAGS) $(BIPD_OBJECTS) -lopenobex -lbluetooth $(LDFLAGS)
|
|
|
|
|
|
clean:
|