Skip to content

Commit b18894e

Browse files
committed
musicpd: SunOS also needs -licuuc.
1 parent 0dbb84f commit b18894e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

audio/musicpd/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.317 2024/11/14 22:18:44 wiz Exp $
1+
# $NetBSD: Makefile,v 1.318 2024/12/03 15:42:59 jperkin Exp $
22

33
DISTNAME= mpd-0.23.15
44
PKGNAME= ${DISTNAME:S/mpd/musicpd/}
@@ -97,7 +97,7 @@ OWN_DIRS_PERMS+= ${VARBASE}/lib/mpd/music \
9797
OWN_DIRS_PERMS+= ${VARBASE}/lib/mpd/playlists \
9898
${MPD_USER} ${MPD_GROUP} 0755
9999

100-
LDFLAGS.SunOS+= -lnsl -lsocket
100+
LDFLAGS.SunOS+= -lnsl -lsocket -licuuc
101101
CPPFLAGS.SunOS+= -std=gnu99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
102102

103103
.include "options.mk"

0 commit comments

Comments
 (0)