diff options
author | nia <nia@pkgsrc.org> | 2022-05-24 09:19:29 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-05-24 09:19:29 +0000 |
commit | d77fcb1a359e8e16275f3c72a1b2acddb45236dd (patch) | |
tree | 0df13c5352a5673bdb724f045a871bd0ede50a4d /editors | |
parent | 7b7715d392098a973361d8676c45dc19efcfa2f5 (diff) | |
download | pkgsrc-d77fcb1a359e8e16275f3c72a1b2acddb45236dd.tar.gz |
ted: Collapse all libs that the cursed build system fails to add
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ted/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 59bc085a3fd..564b9a53770 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2022/05/19 13:35:10 nia Exp $ +# $NetBSD: Makefile,v 1.68 2022/05/24 09:19:29 nia Exp $ DISTNAME= ted-2.23.src PKGNAME= ${DISTNAME:S/.src//} @@ -34,8 +34,7 @@ CONFIGURE_ENV+= ac_zlib_libraries="${BUILDLINK_PREFIX.zlib}/lib" LDFLAGS.SunOS+= -liconv LDFLAGS.Darwin+= -liconv -LDFLAGS+= -lXft -LDFLAGS+= -lfontconfig +LDFLAGS+= -lfontconfig -lXft -lXpm MAKE_FLAGS+= CONFIGURE_OPTIONS=--x-libraries=${X11BASE}/lib\ --with-MOTIF |