pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/devilutionx



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jun 26 08:53:17 UTC 2023

Modified Files:
        pkgsrc/games/devilutionx: Makefile

Log Message:
devilutionx: SunOS needs libsocket.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/games/devilutionx/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/devilutionx/Makefile
diff -u pkgsrc/games/devilutionx/Makefile:1.25 pkgsrc/games/devilutionx/Makefile:1.26
--- pkgsrc/games/devilutionx/Makefile:1.25      Sat May  6 19:09:19 2023
+++ pkgsrc/games/devilutionx/Makefile   Mon Jun 26 08:53:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2023/05/06 19:09:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2023/06/26 08:53:17 jperkin Exp $
 
 DISTNAME=      devilutionx-1.2.1
 PKGREVISION=   9
@@ -29,6 +29,8 @@ CMAKE_ARGS+=  -DASAN=OFF -DUBSAN=OFF
 CMAKE_ARGS+=   -DDEBUG=OFF
 CMAKE_ARGS+=   -DVERSION_NUM=${PKGVERSION_NOREV}
 
+LDFLAGS.SunOS+=        -lsocket
+
 INSTALLATION_DIRS+=    bin
 INSTALLATION_DIRS+=    share/applications
 INSTALLATION_DIRS+=    share/icons/hicolor/512x512/apps



Home | Main Index | Thread Index | Old Index