From 59108e8ad3e12067cefade10b409be91c61cf97b Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 11 Sep 2009 12:55:44 +0000 Subject: Pass down X11BASE/lib explicitly to avoid empty rpath options --- editors/ted/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'editors/ted') diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 67c306cb6ac..b4ef89b3280 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -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_xpm_libraries="${BUILDLINK_PREFIX.libXpm}/lib" 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}\"' \ -- cgit v1.2.3