pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/Pantomime Make this compile on Solaris by using -...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb793b7972f3
branches:  trunk
changeset: 529141:fb793b7972f3
user:      rh <rh%pkgsrc.org@localhost>
date:      Fri May 25 23:37:10 2007 +0000

description:
Make this compile on Solaris by using -Wl,-L instead of -L  as pointed out
by kwennoir at hotbox dot ru.
Bump PKGREVISION.

diffstat:

 mail/Pantomime/Makefile         |   4 ++--
 mail/Pantomime/distinfo         |   3 ++-
 mail/Pantomime/patches/patch-ab |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (43 lines):

diff -r 15b0e4ec82e3 -r fb793b7972f3 mail/Pantomime/Makefile
--- a/mail/Pantomime/Makefile   Fri May 25 23:24:35 2007 +0000
+++ b/mail/Pantomime/Makefile   Fri May 25 23:37:10 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2006/09/22 07:08:16 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2007/05/25 23:37:10 rh Exp $
 #
 
 DISTNAME=      Pantomime-1.1.2
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    mail gnustep
 MASTER_SITES=  http://debian.uni-essen.de/misc/GNUstep/Apps/GNUMail/
 
diff -r 15b0e4ec82e3 -r fb793b7972f3 mail/Pantomime/distinfo
--- a/mail/Pantomime/distinfo   Fri May 25 23:24:35 2007 +0000
+++ b/mail/Pantomime/distinfo   Fri May 25 23:37:10 2007 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2006/01/20 03:24:10 joerg Exp $
+$NetBSD: distinfo,v 1.6 2007/05/25 23:37:11 rh Exp $
 
 SHA1 (Pantomime-1.1.2.tar.gz) = 06755835a74ff3686eca35ba5169722f17cf968e
 RMD160 (Pantomime-1.1.2.tar.gz) = 2d6a3bf2c5e1cd146ba3f72ac69970ed6b5ee999
 Size (Pantomime-1.1.2.tar.gz) = 394509 bytes
 SHA1 (patch-aa) = ef93a034eb706006ae9c7f0b6f393d8117656129
+SHA1 (patch-ab) = e93e2e507b22d9deaf91af147ec6552a707f70bb
diff -r 15b0e4ec82e3 -r fb793b7972f3 mail/Pantomime/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/Pantomime/patches/patch-ab   Fri May 25 23:37:10 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2007/05/25 23:37:11 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
+ ifeq ($(findstring solaris, $(GNUSTEP_TARGET_OS)), solaris)
+-ADDITIONAL_LDFLAGS = -L/usr/ucblib -lucb
++ADDITIONAL_LDFLAGS = -Wl,-L/usr/ucblib -lucb
+ endif
+ 
+ include $(GNUSTEP_MAKEFILES)/library.make



Home | Main Index | Thread Index | Old Index