aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ices
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-03-25 23:45:00 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-03-25 23:45:00 +0800
commitc99da836da216d3015e01aec7eec959293ce9075 (patch)
treec7fab51c105410dab711e6b13b663a97ef5c31e6 /audio/ices
parentf05d02e406aa708d57782dd4d27b91c5672ffbca (diff)
downloadfreebsd-ports-gnome-c99da836da216d3015e01aec7eec959293ce9075.tar.gz
freebsd-ports-gnome-c99da836da216d3015e01aec7eec959293ce9075.tar.zst
freebsd-ports-gnome-c99da836da216d3015e01aec7eec959293ce9075.zip
- Use -lpthread instead of -pthread
Diffstat (limited to 'audio/ices')
-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