pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/ted Pass down X11BASE/lib explicitly to avoid ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed852a6ae718
branches:  trunk
changeset: 398918:ed852a6ae718
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Sep 11 12:55:44 2009 +0000

description:
Pass down X11BASE/lib explicitly to avoid empty rpath options

diffstat:

 editors/ted/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 32e42984d50c -r ed852a6ae718 editors/ted/Makefile
--- a/editors/ted/Makefile      Fri Sep 11 11:55:28 2009 +0000
+++ b/editors/ted/Makefile      Fri Sep 11 12:55:44 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2009/08/26 19:57:26 sno Exp $
+# $NetBSD: Makefile,v 1.36 2009/09/11 12:55:44 joerg Exp $
 
 DISTNAME=      ted-2.16.src
 PKGNAME=       ted-2.16
@@ -35,6 +35,8 @@
 CONFIGURE_ENV+=        ac_zlib_includes="${BUILDLINK_PREFIX.zlib}/include"
 CONFIGURE_ENV+=        ac_zlib_libraries="${BUILDLINK_PREFIX.zlib}/lib"
 
+MAKE_FLAGS+=   CONFIGURE_OPTIONS=--x-libraries=${X11BASE}/lib\ --with-motif
+
 MAKE_ENV+=     ${CONFIGURE_ENV}
 MAKE_ENV+=     DEF_PKGDIR='-DPKGDIR=\"${PREFIX}\"' \
                DEF_AFMDIR='-DAFMDIR=\"${AFMDIR}\"' \



Home | Main Index | Thread Index | Old Index