diff options
author | joerg <joerg> | 2009-09-11 12:55:44 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-09-11 12:55:44 +0000 |
commit | 87908d23dd7572de356553d669278767842bfa48 (patch) | |
tree | db22f8b1c985da271b7a5f13aa50c056e096db8e /editors | |
parent | a6f04085f0e7472f90fe60a346cc92e5a769f8ce (diff) | |
download | pkgsrc-87908d23dd7572de356553d669278767842bfa48.tar.gz |
Pass down X11BASE/lib explicitly to avoid empty rpath options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ted/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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}\"' \ |