pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xpad explicitly link against libX11 on Solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bc3221aa7f0
branches:  trunk
changeset: 468787:4bc3221aa7f0
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon Feb 16 22:20:01 2004 +0000

description:
explicitly link against libX11 on Solaris.

diffstat:

 x11/xpad/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 589173fb386e -r 4bc3221aa7f0 x11/xpad/Makefile
--- a/x11/xpad/Makefile Mon Feb 16 22:19:01 2004 +0000
+++ b/x11/xpad/Makefile Mon Feb 16 22:20:01 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/02/16 22:19:01 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/16 22:20:01 grant Exp $
 #
 
 DISTNAME=      xpad-1.12
@@ -20,6 +20,8 @@
 USE_PKGLOCALEDIR=      yes
 USE_X11=               yes
 
+LIBS.SunOS=            -lX11
+
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../textproc/intltool/buildlink3.mk"



Home | Main Index | Thread Index | Old Index