pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/liquidwar
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Dec 3 14:23:33 UTC 2024
Modified Files:
pkgsrc/games/liquidwar: Makefile
Log Message:
liquidwar: Add socket libs on SunOS.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/games/liquidwar/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/liquidwar/Makefile
diff -u pkgsrc/games/liquidwar/Makefile:1.13 pkgsrc/games/liquidwar/Makefile:1.14
--- pkgsrc/games/liquidwar/Makefile:1.13 Thu Jul 4 17:15:21 2019
+++ pkgsrc/games/liquidwar/Makefile Tue Dec 3 14:23:33 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2019/07/04 17:15:21 nia Exp $
+# $NetBSD: Makefile,v 1.14 2024/12/03 14:23:33 jperkin Exp $
#
DISTNAME= liquidwar-5.6.5
@@ -13,9 +13,10 @@ LICENSE= gnu-gpl-v2
USE_TOOLS+= gmake
GNU_CONFIGURE= YES
-LDFLAGS.DragonFly= -lm
CONFIGURE_ARGS+= --disable-doc-ps --disable-doc-pdf
-#CONFIGURE_ARGS+= --enable-debug
+
+LDFLAGS.DragonFly= -lm
+LDFLAGS.SunOS+= -lsocket -lnsl
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../devel/allegro/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index