pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gromit this needs libX11, so explicitly link again...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28be5b763b49
branches:  trunk
changeset: 498612:28be5b763b49
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Aug 27 07:30:30 2005 +0000

description:
this needs libX11, so explicitly link against it and include
x11.buildlink3.mk.

diffstat:

 x11/gromit/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 2712380a0940 -r 28be5b763b49 x11/gromit/Makefile
--- a/x11/gromit/Makefile       Sat Aug 27 06:59:52 2005 +0000
+++ b/x11/gromit/Makefile       Sat Aug 27 07:30:30 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/08/10 20:56:26 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2005/08/27 07:30:30 grant Exp $
 #
 
 DISTNAME=              gromit-20041213
@@ -12,10 +12,13 @@
 USE_TOOLS+=            pkg-config
 INSTALLATION_DIRS=     bin
 
+LDFLAGS+=              -lX11
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/gromit ${PREFIX}/bin
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gromit
        ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gromit
 
 .include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index