pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/asc



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jun 26 09:17:45 UTC 2023

Modified Files:
        pkgsrc/games/asc: Makefile

Log Message:
asc: SunOS needs libfreetype.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/games/asc/Makefile

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

Modified files:

Index: pkgsrc/games/asc/Makefile
diff -u pkgsrc/games/asc/Makefile:1.86 pkgsrc/games/asc/Makefile:1.87
--- pkgsrc/games/asc/Makefile:1.86      Sun Apr 23 14:26:18 2023
+++ pkgsrc/games/asc/Makefile   Mon Jun 26 09:17:45 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2023/04/23 14:26:18 adam Exp $
+# $NetBSD: Makefile,v 1.87 2023/06/26 09:17:45 jperkin Exp $
 
 DISTNAME=      asc-2.6.1.0
 PKGREVISION=   20
@@ -38,6 +38,8 @@ CPPFLAGS+=    -D__EXPORT__=
 MAKE_ENV+=     top_builddir=.
 MAKE_ENV+=     src_dir=.
 
+LDFLAGS.SunOS+=        -lfreetype
+
 SUBST_CLASSES+=                lua
 SUBST_STAGE.lua=       pre-configure
 SUBST_MESSAGE.lua=     Correcting lua library name.



Home | Main Index | Thread Index | Old Index