summaryrefslogtreecommitdiff
path: root/net/tinyldap/files/patch-Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-11-22 21:48:36 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-11-22 21:48:36 +0000
commitd4ea6acf867e50ab3b050257c011cb8ae1f6fcfe (patch)
tree25b71f0bd701a9851704c63bc6832c6b07f97258 /net/tinyldap/files/patch-Makefile
parentFix build for ia64, powerpc & sparc64. (diff)
- update to 20091122 and fix GPL problems
Notes
Notes: svn path=/head/; revision=244664
Diffstat (limited to 'net/tinyldap/files/patch-Makefile')
-rw-r--r--net/tinyldap/files/patch-Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/net/tinyldap/files/patch-Makefile b/net/tinyldap/files/patch-Makefile
index 87a6db679420..dfee68d63f23 100644
--- a/net/tinyldap/files/patch-Makefile
+++ b/net/tinyldap/files/patch-Makefile
@@ -1,6 +1,6 @@
--- Makefile.orig 2008-04-25 13:09:33.000000000 +0200
-+++ Makefile 2008-04-25 21:51:06.000000000 +0200
-@@ -35,18 +35,22 @@
++++ Makefile 2009-11-22 22:24:42.000000000 +0100
+@@ -35,22 +35,26 @@
auth.a: auth.o
@@ -28,6 +28,11 @@
ifneq ($(DIET),)
LIBS+=-llatin1
else
+-LIBS+=-lcrypto -lcrypt
++LIBS+=-lcrypt
+ endif
+
+ %.o: %.c
@@ -79,7 +83,7 @@
$(DIET) $(CC) $(CFLAGS) -DSTANDALONE -DDEBUG -o $@ $^ $(LDFLAGS) -lowfat $(LIBS)