diff options
-rw-r--r-- | audio/ices/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ices/Makefile b/audio/ices/Makefile index 6b181a0b27d5..60b0a604116e 100644 --- a/audio/ices/Makefile +++ b/audio/ices/Makefile @@ -25,7 +25,7 @@ OPTIONS_DEFINE= ALSA CONFIGURE_ARGS= --disable-roaraudio --disable-sun-audio CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib -pthread +LDFLAGS+= -L${LOCALBASE}/lib -lpthread USE_GNOME= libxml2 USES= gmake iconv pkgconfig tar:bzip2 |