pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/sauerbraten
Module Name: pkgsrc
Committed By: tnn
Date: Mon Apr 25 11:04:43 UTC 2022
Modified Files:
pkgsrc/games/sauerbraten: Makefile
Log Message:
sauerbraten: needs -lsocket -lnsl on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/games/sauerbraten/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/sauerbraten/Makefile
diff -u pkgsrc/games/sauerbraten/Makefile:1.7 pkgsrc/games/sauerbraten/Makefile:1.8
--- pkgsrc/games/sauerbraten/Makefile:1.7 Mon Mar 28 10:44:16 2022
+++ pkgsrc/games/sauerbraten/Makefile Mon Apr 25 11:04:43 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/03/28 10:44:16 tnn Exp $
+# $NetBSD: Makefile,v 1.8 2022/04/25 11:04:43 tnn Exp $
DISTNAME= sauerbraten_2020_12_27_linux
PKGNAME= sauerbraten-2020_12_27
@@ -23,6 +23,7 @@ BUILD_TARGET= client master server
RELRO_SUPPORTED= no
LDFLAGS.NetBSD+= -lrt
+LDFLAGS.SunOS+= -lsocket -lnsl
INSTALLATION_DIRS+= bin
INSTALLATION_DIRS+= libexec
Home |
Main Index |
Thread Index |
Old Index