pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/xsol



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jun 26 08:48:49 UTC 2023

Modified Files:
        pkgsrc/games/xsol: Makefile

Log Message:
xsol: SunOS needs -lX11 -lXt.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/xsol/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/xsol/Makefile
diff -u pkgsrc/games/xsol/Makefile:1.1 pkgsrc/games/xsol/Makefile:1.2
--- pkgsrc/games/xsol/Makefile:1.1      Mon Jan 17 13:23:17 2022
+++ pkgsrc/games/xsol/Makefile  Mon Jun 26 08:48:49 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/01/17 13:23:17 nia Exp $
+# $NetBSD: Makefile,v 1.2 2023/06/26 08:48:49 jperkin Exp $
 
 DISTNAME=      xsol_0.31.orig
 PKGNAME=       ${DISTNAME:S/_/-/g:S/.orig$//g}
@@ -12,6 +12,8 @@ LICENSE=      gnu-gpl-v2
 
 WRKSRC=                ${WRKDIR}/${DISTNAME:S/_/-/g}
 
+LDFLAGS.SunOS+=        -lX11 -lXt
+
 INSTALLATION_DIRS+=    bin
 INSTALLATION_DIRS+=    share/applications
 INSTALLATION_DIRS+=    share/pixmaps



Home | Main Index | Thread Index | Old Index