aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-03-25 23:45:00 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-03-25 23:45:00 +0800
commitecd8af09db9678ffa7ffca3f9d380f0a028f32dd (patch)
treec7fab51c105410dab711e6b13b663a97ef5c31e6 /audio
parent5f33af778edc49084f045ce60ef49588b9194902 (diff)
downloadfreebsd-ports-gnome-ecd8af09db9678ffa7ffca3f9d380f0a028f32dd.tar.gz
freebsd-ports-gnome-ecd8af09db9678ffa7ffca3f9d380f0a028f32dd.tar.zst
freebsd-ports-gnome-ecd8af09db9678ffa7ffca3f9d380f0a028f32dd.zip
- Use -lpthread instead of -pthread
Diffstat (limited to 'audio')
-rw-r--r--audio/ices/Makefile2
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