Skip to content

Commit

Permalink
musicpd: SunOS also needs -licuuc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jperkin committed Dec 3, 2024
1 parent 0dbb84f commit b18894e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions audio/musicpd/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down Expand Up @@ -97,7 +97,7 @@ OWN_DIRS_PERMS+= ${VARBASE}/lib/mpd/music \
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"
Expand Down

0 comments on commit b18894e

Please sign in to comment.