pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/GMT Fixed missing rpath in xgridedit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/601446a67599
branches:  trunk
changeset: 534003:601446a67599
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Oct 10 21:48:42 2007 +0000

description:
Fixed missing rpath in xgridedit.

diffstat:

 graphics/GMT/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 85fb15fbdfb7 -r 601446a67599 graphics/GMT/Makefile
--- a/graphics/GMT/Makefile     Wed Oct 10 18:14:07 2007 +0000
+++ b/graphics/GMT/Makefile     Wed Oct 10 21:48:42 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2007/02/15 14:58:19 joerg Exp $
+# $NetBSD: Makefile,v 1.32 2007/10/10 21:48:42 rillig Exp $
 
 DISTNAME=      GMT4.1.4
 PKGNAME=       GMT-4.1.4
@@ -39,6 +39,7 @@
 
 BUILD_TARGET=  all suppl
 INSTALL_TARGET= install-all
+LIBS+=         ${X11_LDFLAGS} # XXX: LDFLAGS doesn't work
 
 post-extract:
        ${MV} -f ${WRKSRC}/www/gmt/doc/pdf ${WRKSRC}



Home | Main Index | Thread Index | Old Index