Module Name:    src
Committed By:   mrg
Date:           Sun Jul 23 20:45:31 UTC 2017

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
GCC 5.3 now lives in gcc.old.
add Xfont2 to X11 list.


To generate a diff of this commit:
cvs rdiff -u -r1.1011 -r1.1012 src/share/mk/bsd.own.mk

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

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1011 src/share/mk/bsd.own.mk:1.1012
--- src/share/mk/bsd.own.mk:1.1011	Tue Jul 18 14:36:43 2017
+++ src/share/mk/bsd.own.mk	Sun Jul 23 20:45:31 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1011 2017/07/18 14:36:43 joerg Exp $
+#	$NetBSD: bsd.own.mk,v 1.1012 2017/07/23 20:45:31 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -81,7 +81,7 @@ MKGCCCMDS?=	no
 # set to the relevant subdirectory in src/external/gpl3 for his HAVE_GCC.
 #
 .if ${HAVE_GCC} == 53
-EXTERNAL_GCC_SUBDIR=	gcc
+EXTERNAL_GCC_SUBDIR=	gcc.old
 .else
 EXTERNAL_GCC_SUBDIR=	/does/not/exist
 .endif
@@ -1336,7 +1336,7 @@ X11USRLIBDIR?=		${X11ROOTDIR}/lib${MLIBD
 X11SRCDIRMIT?=		${X11SRCDIR}/external/mit
 .for _lib in \
 	FS ICE SM X11 XScrnSaver XTrap Xau Xcomposite Xcursor Xdamage \
-	Xdmcp Xevie Xext Xfixes Xfont Xft Xi Xinerama Xmu Xpresent Xpm \
+	Xdmcp Xevie Xext Xfixes Xfont Xfont2 Xft Xi Xinerama Xmu Xpresent Xpm \
 	Xrandr Xrender Xres Xt Xtst Xv XvMC Xxf86dga Xxf86misc Xxf86vm drm \
 	epoxy fontenc xkbfile xkbui Xaw Xfontcache pciaccess xcb xshmfence \
 	pthread-stubs

Reply via email to