Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/doomlegacy games/doomlegacy: Build fix for SunOS
details: https://anonhg.NetBSD.org/pkgsrc/rev/38146c90e36d
branches: trunk
changeset: 434586:38146c90e36d
user: micha <micha%pkgsrc.org@localhost>
date: Fri Jun 19 09:52:22 2020 +0000
description:
games/doomlegacy: Build fix for SunOS
Link missing network libraries.
diffstat:
games/doomlegacy/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 20e9db873722 -r 38146c90e36d games/doomlegacy/Makefile
--- a/games/doomlegacy/Makefile Fri Jun 19 09:21:06 2020 +0000
+++ b/games/doomlegacy/Makefile Fri Jun 19 09:52:22 2020 +0000
@@ -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 @@
# 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