pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/xtrs Fix up last commit. Libraries are in ${...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe382fee6f93
branches:  trunk
changeset: 506411:fe382fee6f93
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jan 15 18:39:45 2006 +0000

description:
Fix up last commit. Libraries are in ${X11BASE}/lib.

diffstat:

 emulators/xtrs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4e7f10418c84 -r fe382fee6f93 emulators/xtrs/Makefile
--- a/emulators/xtrs/Makefile   Sun Jan 15 18:31:50 2006 +0000
+++ b/emulators/xtrs/Makefile   Sun Jan 15 18:39:45 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/01/12 21:18:50 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2006/01/15 18:39:45 joerg Exp $
 #
 
 DISTNAME=      xtrs-4.9
@@ -19,7 +19,7 @@
 SUBST_SED.mf=          -e 's|/usr/local|${PREFIX}|g' \
                        -e 's|/usr/X11/|${X11PREFIX}/|g' \
                        -e 's|/usr/include/X11|${X11BASE}/include|g' \
-                       -e 's|^\(LDFLAGS = \)-L/usr/X11R6/lib|\1-Wl,-R${X11BASE} -L${X11BASE}|g' \
+                       -e 's|^\(LDFLAGS = \)-L/usr/X11R6/lib|\1-Wl,-R${X11BASE}/lib -L${X11BASE}/lib|g' \
                        -e 's|/share/man|/man|g'
 
 post-install:



Home | Main Index | Thread Index | Old Index