pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xterm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar  6 08:03:04 UTC 2023

Modified Files:
        pkgsrc/x11/xterm: Makefile

Log Message:
xterm: remove unconditional linking against libfreetype


To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 pkgsrc/x11/xterm/Makefile

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

Modified files:

Index: pkgsrc/x11/xterm/Makefile
diff -u pkgsrc/x11/xterm/Makefile:1.143 pkgsrc/x11/xterm/Makefile:1.144
--- pkgsrc/x11/xterm/Makefile:1.143     Mon Mar  6 07:27:09 2023
+++ pkgsrc/x11/xterm/Makefile   Mon Mar  6 08:03:04 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.143 2023/03/06 07:27:09 pin Exp $
+# $NetBSD: Makefile,v 1.144 2023/03/06 08:03:04 wiz Exp $
 
 DISTNAME=      xterm-379
 CATEGORIES=    x11
@@ -26,8 +26,6 @@ CONFIGURE_ARGS.xpm=           --with-Xaw3d
 CONFIGURE_ARGS.neXtaw=         --with-neXtaw
 CONFIGURE_ARGS+=               ${${CONFIGURE_ARGS.${XAW_TYPE}}:L}
 
-LDFLAGS+=              -lfreetype
-
 INSTALLATION_DIRS=     share/applications
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index