summaryrefslogtreecommitdiff
path: root/net/tinyldap/files/patch-Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-03-23 15:01:32 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-03-23 15:01:32 +0000
commitff463e373df8eb11e5855ccbbe39657236a29f8c (patch)
treef8453f3544c9f3faa53f6ac0e7e06171331bd669 /net/tinyldap/files/patch-Makefile
parentSIZEify. (diff)
- update to 20040323
- removes patches that have been included in distribution
Notes
Notes: svn path=/head/; revision=105056
Diffstat (limited to 'net/tinyldap/files/patch-Makefile')
-rw-r--r--net/tinyldap/files/patch-Makefile31
1 files changed, 6 insertions, 25 deletions
diff --git a/net/tinyldap/files/patch-Makefile b/net/tinyldap/files/patch-Makefile
index dc53c069c531..17afc494bd99 100644
--- a/net/tinyldap/files/patch-Makefile
+++ b/net/tinyldap/files/patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile.orig Sat Feb 14 01:31:42 2004
-+++ Makefile Thu Feb 26 16:06:04 2004
-@@ -32,13 +32,16 @@
+--- Makefile.orig Sat Mar 13 00:21:24 2004
++++ Makefile Tue Mar 23 15:49:03 2004
+@@ -32,16 +32,19 @@
auth.a: auth.o
@@ -16,31 +16,12 @@
+DIET=
+CFLAGS+=-g
endif
+ ifneq ($(DIET),)
+ LIBS+=-llatin1
+ endif
+CFLAGS+=-I. -I/usr/local/include/libowfat
+LDFLAGS+=-L/usr/local/lib
+LIBS+=-lmd
%.o: %.c
$(DIET) $(CC) $(CFLAGS) -c $<
-@@ -47,7 +50,7 @@
- ar cru $@ $^
-
- %: %.c
-- $(DIET) $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) -lowfat
-+ $(DIET) $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) -lowfat ${LIBS}
-
- t1 parse: ldif.a storage.a
- t2: ldap.a asn1.a
-@@ -58,10 +61,10 @@
- idx2ldif: ldap.a
-
- tinyldap_standalone: tinyldap.c
-- $(DIET) $(CC) $(CFLAGS) -DSTANDALONE -o $@ $^ $(LDFLAGS) -lowfat
-+ $(DIET) $(CC) $(CFLAGS) -DSTANDALONE -o $@ $^ $(LDFLAGS) -lowfat ${LIBS}
-
- tinyldap_debug: tinyldap.c
-- $(DIET) $(CC) $(CFLAGS) -DSTANDALONE -DDEBUG -o $@ $^ $(LDFLAGS) -lowfat
-+ $(DIET) $(CC) $(CFLAGS) -DSTANDALONE -DDEBUG -o $@ $^ $(LDFLAGS) -lowfat ${LIBS}
-
- .PHONY: clean tar
- clean: