diff options
author | marino <marino@FreeBSD.org> | 2015-03-26 05:37:39 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-26 05:37:39 +0800 |
commit | d9fadc05879eed1a9ba0997593bb8fc985dbb3c7 (patch) | |
tree | 277ac2758fc47caca6c3e00663bc52d197085558 /audio/tse3 | |
parent | d7bc3ca6c35d25521811d02693b6feecd3548903 (diff) | |
download | freebsd-ports-gnome-d9fadc05879eed1a9ba0997593bb8fc985dbb3c7.tar.gz freebsd-ports-gnome-d9fadc05879eed1a9ba0997593bb8fc985dbb3c7.tar.zst freebsd-ports-gnome-d9fadc05879eed1a9ba0997593bb8fc985dbb3c7.zip |
audio category: Remove $PTHREAD_LIBS
xmcd didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket
Diffstat (limited to 'audio/tse3')
-rw-r--r-- | audio/tse3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/tse3/Makefile b/audio/tse3/Makefile index d182c2407616..f7809da09b25 100644 --- a/audio/tse3/Makefile +++ b/audio/tse3/Makefile @@ -20,8 +20,7 @@ USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes INSTALL_TARGET= install-strip -CPPFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} +LDFLAGS+= -lpthread OPTIONS_DEFINE= DOCS |