diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-25 15:45:00 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-25 15:45:00 +0000 |
commit | c99da836da216d3015e01aec7eec959293ce9075 (patch) | |
tree | c7fab51c105410dab711e6b13b663a97ef5c31e6 | |
parent | - Update to 0.7.3 (diff) |
- Use -lpthread instead of -pthread
Notes
Notes:
svn path=/head/; revision=382238
-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 |