pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
doomlegacy: Build fix for SunOS
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By: micha
Date: Fri Jun 19 11:54:17 2020 +0200
Changeset: 29d134b417f6a1138f6644c771e062781fc9ddc8
Modified Files:
doomlegacy-devel/Makefile
Log Message:
doomlegacy: Build fix for SunOS
Link missing network libraries.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=29d134b417f6a1138f6644c771e062781fc9ddc8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
doomlegacy-devel/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/doomlegacy-devel/Makefile b/doomlegacy-devel/Makefile
index 137c3cca9d..a21759ae07 100644
--- a/doomlegacy-devel/Makefile
+++ b/doomlegacy-devel/Makefile
@@ -44,7 +44,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