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/2df92c2d7142
branches: trunk
changeset: 564770:2df92c2d7142
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 cc6da3617fda -r 2df92c2d7142 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