pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/pstoedit this needs -ldl on Solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13f87067da82
branches:  trunk
changeset: 476581:13f87067da82
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Jun 15 11:38:00 2004 +0000

description:
this needs -ldl on Solaris.

diffstat:

 graphics/pstoedit/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r dd000594031d -r 13f87067da82 graphics/pstoedit/Makefile
--- a/graphics/pstoedit/Makefile        Tue Jun 15 11:37:36 2004 +0000
+++ b/graphics/pstoedit/Makefile        Tue Jun 15 11:38:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/06/15 11:37:36 grant Exp $
+# $NetBSD: Makefile,v 1.22 2004/06/15 11:38:00 grant Exp $
 
 DISTNAME=      pstoedit_3_31
 PKGNAME=       pstoedit-3.31
@@ -30,6 +30,8 @@
 CONFIGURE_ARGS+=--libdir=${PREFIX}/lib/pstoedit        # plugin dir -- unused for now
 ALL_TARGET=
 
+LIBS.SunOS+=   -ldl
+
 post-extract:
        cd ${WRKSRC} && ${LN} ../config/* .
 



Home | Main Index | Thread Index | Old Index