pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/ted ted: Collapse all libs that the cursed bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3382885bc1ac
branches:  trunk
changeset: 379840:3382885bc1ac
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue May 24 09:19:29 2022 +0000

description:
ted: Collapse all libs that the cursed build system fails to add

diffstat:

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

diffs (19 lines):

diff -r da6ed4bbc14b -r 3382885bc1ac editors/ted/Makefile
--- a/editors/ted/Makefile      Tue May 24 09:18:36 2022 +0000
+++ b/editors/ted/Makefile      Tue May 24 09:19:29 2022 +0000
@@ -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 @@
 
 LDFLAGS.SunOS+=                -liconv
 LDFLAGS.Darwin+=       -liconv
-LDFLAGS+=              -lXft
-LDFLAGS+=              -lfontconfig
+LDFLAGS+=              -lfontconfig -lXft -lXpm 
 
 MAKE_FLAGS+=   CONFIGURE_OPTIONS=--x-libraries=${X11BASE}/lib\ --with-MOTIF
 



Home | Main Index | Thread Index | Old Index