pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/doomlegacy



Module Name:    pkgsrc
Committed By:   micha
Date:           Fri Jun 19 09:52:22 UTC 2020

Modified Files:
        pkgsrc/games/doomlegacy: Makefile

Log Message:
games/doomlegacy: Build fix for SunOS

Link missing network libraries.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/games/doomlegacy/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/doomlegacy/Makefile
diff -u pkgsrc/games/doomlegacy/Makefile:1.8 pkgsrc/games/doomlegacy/Makefile:1.9
--- pkgsrc/games/doomlegacy/Makefile:1.8        Thu Jun 18 10:14:54 2020
+++ pkgsrc/games/doomlegacy/Makefile    Fri Jun 19 09:52:22 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/06/18 10:14:54 micha Exp $
+# $NetBSD: Makefile,v 1.9 2020/06/19 09:52:22 micha Exp $
 
 VERS=                  1.48.4
 PKGNAME=               doomlegacy-${VERS}
@@ -37,7 +37,7 @@ MAKE_FLAGS+=          OS=MAC
 # Other Unix (should work for GNU/Linux, OpenBSD and SunOS)
 MAKE_FLAGS+=           OS=LINUX
 CFLAGS.SunOS+=         -DSOLARIS
-LDFLAGS.SunOS+=                -lresolv
+LDFLAGS.SunOS+=                -lresolv -lsocket -lnsl
 .endif
 
 .if ${MACHINE_ENDIAN} == "big"



Home | Main Index | Thread Index | Old Index