pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/alsa-utils
Module Name: pkgsrc
Committed By: vins
Date: Wed Jul 19 14:16:11 UTC 2023
Modified Files:
pkgsrc/audio/alsa-utils: Makefile
Log Message:
audio/alsa-utils: fix broken build on Linux due to linker error.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/audio/alsa-utils/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/alsa-utils/Makefile
diff -u pkgsrc/audio/alsa-utils/Makefile:1.26 pkgsrc/audio/alsa-utils/Makefile:1.27
--- pkgsrc/audio/alsa-utils/Makefile:1.26 Sun Aug 7 23:39:44 2022
+++ pkgsrc/audio/alsa-utils/Makefile Wed Jul 19 14:16:11 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2022/08/07 23:39:44 tnn Exp $
+# $NetBSD: Makefile,v 1.27 2023/07/19 14:16:11 vins Exp $
DISTNAME= alsa-utils-1.2.6
CATEGORIES= audio
@@ -16,6 +16,7 @@ USE_PKGLOCALEDIR= yes
USE_NCURSES= yes
LDFLAGS.DragonFly= -lm
LDFLAGS.SunOS+= -lm -lsocket -lnsl
+LDFLAGS.Linux+= -lm -lpthread
CPPFLAGS.NetBSD+= -D__u32=uint32_t -D__u64=uint64_t
CPPFLAGS.NetBSD+= -Dbswap_16=bswap16 -Dbswap_32=bswap32
CPPFLAGS.NetBSD+= -Doff64_t=off_t
Home |
Main Index |
Thread Index |
Old Index