pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/hengband



Module Name:    pkgsrc
Committed By:   dholland
Date:           Mon Jan 16 05:14:26 UTC 2023

Modified Files:
        pkgsrc/games/hengband: Makefile

Log Message:
games/hengband: needs -lsocket -lnsl on solaris


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/games/hengband/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/hengband/Makefile
diff -u pkgsrc/games/hengband/Makefile:1.4 pkgsrc/games/hengband/Makefile:1.5
--- pkgsrc/games/hengband/Makefile:1.4  Wed Mar 11 15:40:36 2020
+++ pkgsrc/games/hengband/Makefile      Mon Jan 16 05:14:26 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/03/11 15:40:36 pho Exp $
+# $NetBSD: Makefile,v 1.5 2023/01/16 05:14:26 dholland Exp $
 
 DISTNAME=      hengband-2.2.1r
 PKGREVISION=   1
@@ -24,6 +24,8 @@ GNU_CONFIGURE=                yes
 CONFIGURE_ARGS+=       --with-setgid=${HENGBAND_GROUP}
 CONFIGURE_ARGS+=       --with-libpath=${HENGBAND_LIBDIR}/
 
+LDFLAGS.SunOS+=                -lsocket -lnsl
+
 HENGBAND_LIBDIR=       ${PREFIX}/libdata/${PKGBASE}
 HENGBAND_VARDIR=       ${VARBASE}/games/${PKGBASE}
 HENGBAND_USER=         ${GAMES_USER}



Home | Main Index | Thread Index | Old Index