diff options
Diffstat (limited to 'mail/Pantomime/patches/patch-ab')
-rw-r--r-- | mail/Pantomime/patches/patch-ab | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/mail/Pantomime/patches/patch-ab b/mail/Pantomime/patches/patch-ab index b03f27f966f..cf693c555df 100644 --- a/mail/Pantomime/patches/patch-ab +++ b/mail/Pantomime/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.1 2007/05/25 23:37:11 rh Exp $ +$NetBSD: patch-ab,v 1.2 2009/04/13 12:40:40 rh Exp $ ---- Source/GNUmakefile.orig 2003-08-13 00:17:39.000000000 +1000 -+++ Source/GNUmakefile -@@ -88,7 +88,7 @@ ADDITIONAL_OBJCFLAGS = -DHAVE_ICONV -Wal - - # Under Solaris, we link to libucb +--- Framework/Pantomime/GNUmakefile.orig 2006-12-17 02:13:38.000000000 +1000 ++++ Framework/Pantomime/GNUmakefile +@@ -191,7 +191,7 @@ endif + # Under Solaris, we include SSL headers / libraries ifeq ($(findstring solaris, $(GNUSTEP_TARGET_OS)), solaris) --ADDITIONAL_LDFLAGS = -L/usr/ucblib -lucb -+ADDITIONAL_LDFLAGS = -Wl,-L/usr/ucblib -lucb + ADDITIONAL_OBJCFLAGS += -I/usr/local/ssl/include +-ADDITIONAL_LDFLAGS += -L/usr/local/ssl/lib ++ADDITIONAL_LDFLAGS += -Wl,-L/usr/local/ssl/lib endif - include $(GNUSTEP_MAKEFILES)/library.make + include $(GNUSTEP_MAKEFILES)/framework.make |