pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/ted



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue May 24 09:19:29 UTC 2022

Modified Files:
        pkgsrc/editors/ted: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/editors/ted/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/ted/Makefile
diff -u pkgsrc/editors/ted/Makefile:1.67 pkgsrc/editors/ted/Makefile:1.68
--- pkgsrc/editors/ted/Makefile:1.67    Thu May 19 13:35:10 2022
+++ pkgsrc/editors/ted/Makefile Tue May 24 09:19:29 2022
@@ -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="${BUI
 
 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