Module Name:    src
Committed By:   cjep
Date:           Mon Jun  7 09:46:46 UTC 2021

Modified Files:
        src/external/mit/xorg/bin/fonttosfnt [cjep_sun2x]: Makefile

Log Message:
use mk variable for library


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.8.1 src/external/mit/xorg/bin/fonttosfnt/Makefile

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

Modified files:

Index: src/external/mit/xorg/bin/fonttosfnt/Makefile
diff -u src/external/mit/xorg/bin/fonttosfnt/Makefile:1.4 src/external/mit/xorg/bin/fonttosfnt/Makefile:1.4.8.1
--- src/external/mit/xorg/bin/fonttosfnt/Makefile:1.4	Sun Dec 30 08:51:21 2018
+++ src/external/mit/xorg/bin/fonttosfnt/Makefile	Mon Jun  7 09:46:46 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2018/12/30 08:51:21 mrg Exp $
+#	$NetBSD: Makefile,v 1.4.8.1 2021/06/07 09:46:46 cjep Exp $
 
 .include <bsd.own.mk>
 
@@ -13,8 +13,8 @@ CPPFLAGS+=	-DXFREE86_FT2 -I${DESTDIR}${X
 CPPFLAGS+=	-I${DESTDIR}${X11INCDIR}/X11/fonts
 
 
-LDADD+=	-lfreetype -lfontenc -lz -lm
-DPADD+=	 ${LIBFREETYPE} ${LIBFONTENC} ${LIBZ} ${LIBM}
+LDADD+=	${XLIBLDADD_FNT} -lm
+DPADD+=	${XLIBDPADD_FNT} ${LIBM}
 
 .PATH:	${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/man
 

Reply via email to