pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/musicpd
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Dec 3 15:42:59 UTC 2024
Modified Files:
pkgsrc/audio/musicpd: Makefile
Log Message:
musicpd: SunOS also needs -licuuc.
To generate a diff of this commit:
cvs rdiff -u -r1.317 -r1.318 pkgsrc/audio/musicpd/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/musicpd/Makefile
diff -u pkgsrc/audio/musicpd/Makefile:1.317 pkgsrc/audio/musicpd/Makefile:1.318
--- pkgsrc/audio/musicpd/Makefile:1.317 Thu Nov 14 22:18:44 2024
+++ pkgsrc/audio/musicpd/Makefile Tue Dec 3 15:42:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.317 2024/11/14 22:18:44 wiz Exp $
+# $NetBSD: Makefile,v 1.318 2024/12/03 15:42:59 jperkin Exp $
DISTNAME= mpd-0.23.15
PKGNAME= ${DISTNAME:S/mpd/musicpd/}
@@ -97,7 +97,7 @@ OWN_DIRS_PERMS+= ${VARBASE}/lib/mpd/musi
OWN_DIRS_PERMS+= ${VARBASE}/lib/mpd/playlists \
${MPD_USER} ${MPD_GROUP} 0755
-LDFLAGS.SunOS+= -lnsl -lsocket
+LDFLAGS.SunOS+= -lnsl -lsocket -licuuc
CPPFLAGS.SunOS+= -std=gnu99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index