pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/coolmail -LSM wasn't doing anything at all; remov...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a20b9f2dcae9
branches:  trunk
changeset: 502642:a20b9f2dcae9
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Nov 07 21:17:07 2005 +0000

description:
-LSM wasn't doing anything at all; remove it.

Add EXTRA_LIBS.Interix where the intended option actually is needed (-lSM
with a lower case 'l').

diffstat:

 mail/coolmail/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 3d86a1f3cd33 -r a20b9f2dcae9 mail/coolmail/Makefile
--- a/mail/coolmail/Makefile    Mon Nov 07 20:39:19 2005 +0000
+++ b/mail/coolmail/Makefile    Mon Nov 07 21:17:07 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/10/22 17:56:31 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2005/11/07 21:17:07 tv Exp $
 
 DISTNAME=              coolmail-1.3
 PKGREVISION=           1
@@ -10,8 +10,9 @@
 COMMENT=               Xbiff replacement with 3D animation and sound
 
 OPSYSVARS+=            EXTRA_LIBS
-EXTRA_LIBS.*=          -LSM -lcompat
-EXTRA_LIBS.IRIX=       -LSM
+EXTRA_LIBS.*=          -lcompat
+EXTRA_LIBS.Interix=    -lSM
+EXTRA_LIBS.IRIX=       # empty
 MAKE_ENV+=             EXTRA_LIBS=${EXTRA_LIBS:Q}
 MAKE_ENV+=             X11BASE=${PREFIX}
 USE_X11BASE=           yes



Home | Main Index | Thread Index | Old Index