pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/sgi-fonts



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Feb 17 13:36:56 UTC 2026

Modified Files:
        pkgsrc/fonts/sgi-fonts: Makefile

Log Message:
fonts/sgi-fonts: fix build problem

Fix build problem on X11_TYPE == native environment, reflecting discussion
on teck-pkg@.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/fonts/sgi-fonts/Makefile

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

Modified files:

Index: pkgsrc/fonts/sgi-fonts/Makefile
diff -u pkgsrc/fonts/sgi-fonts/Makefile:1.22 pkgsrc/fonts/sgi-fonts/Makefile:1.23
--- pkgsrc/fonts/sgi-fonts/Makefile:1.22        Sat Jan 16 18:19:32 2021
+++ pkgsrc/fonts/sgi-fonts/Makefile     Tue Feb 17 13:36:56 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2021/01/16 18:19:32 fcambus Exp $
+# $NetBSD: Makefile,v 1.23 2026/02/17 13:36:56 taca Exp $
 
 DISTNAME=      sgi-fonts-1.0-457.src
 PKGNAME=       sgi-fonts-1.0.457
@@ -15,6 +15,8 @@ LICENSE=      mit
 WRKSRC=                ${WRKDIR}/sgi-fonts
 USE_LANGUAGES= c
 
+MAKE_FLAGS+=   XBINDIR=${TOOLS_DIR}/bin
+
 FONTS_DIRS.x11=        ${PREFIX}/share/fonts/X11/misc/sgi
 
 USE_IMAKE=     yes



Home | Main Index | Thread Index | Old Index