pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/wmbattery



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Dec  3 13:46:44 UTC 2024

Modified Files:
        pkgsrc/sysutils/wmbattery: Makefile

Log Message:
wmbattery: Add socket libs on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/wmbattery/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/wmbattery/Makefile
diff -u pkgsrc/sysutils/wmbattery/Makefile:1.4 pkgsrc/sysutils/wmbattery/Makefile:1.5
--- pkgsrc/sysutils/wmbattery/Makefile:1.4      Sun Nov  5 11:01:30 2023
+++ pkgsrc/sysutils/wmbattery/Makefile  Tue Dec  3 13:46:44 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/11/05 11:01:30 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2024/12/03 13:46:44 jperkin Exp $
 
 DISTNAME=      wmbattery-2.54
 PKGREVISION=   2
@@ -19,6 +19,8 @@ USE_TOOLS+=   autoreconf autoconf automake
 CONFIGURE_ARGS+=       --enable-envsys
 .endif
 
+LDFLAGS.SunOS+=        -lsocket
+
 pre-configure:
        ${CP} \
            ${FILESDIR}/envsys.c \



Home | Main Index | Thread Index | Old Index