diff options
author | rakuco <rakuco@FreeBSD.org> | 2011-11-14 11:26:46 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2011-11-14 11:26:46 +0800 |
commit | 3e3bdff1f914695e975da2198d279e2769d47eb9 (patch) | |
tree | 3d5417da1e6a5cc164888f7fb19a0e8c26506a76 /audio | |
parent | 60766fa91697722890579e02dd190000420b7da7 (diff) | |
download | freebsd-ports-gnome-3e3bdff1f914695e975da2198d279e2769d47eb9.tar.gz freebsd-ports-gnome-3e3bdff1f914695e975da2198d279e2769d47eb9.tar.zst freebsd-ports-gnome-3e3bdff1f914695e975da2198d279e2769d47eb9.zip |
Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/lmms/Makefile | 1 | ||||
-rw-r--r-- | audio/openal-soft/Makefile | 1 | ||||
-rw-r--r-- | audio/tepsonic/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/audio/lmms/Makefile b/audio/lmms/Makefile index 12f61435f187..724e2251dea2 100644 --- a/audio/lmms/Makefile +++ b/audio/lmms/Makefile @@ -39,7 +39,6 @@ USE_QT_VER= 4 QT_COMPONENTS= corelib gui xml moc_build uic_build rcc_build \ qmake_build USE_CMAKE= yes -CMAKE_USE_PTHREAD= yes CMAKE_ARGS= -DWANT_ALSA:BOOL=OFF \ -DWANT_CALF:BOOL=OFF \ -DWANT_CAPS:BOOL=OFF \ diff --git a/audio/openal-soft/Makefile b/audio/openal-soft/Makefile index b76854dcfed3..8c490d1f43a5 100644 --- a/audio/openal-soft/Makefile +++ b/audio/openal-soft/Makefile @@ -18,7 +18,6 @@ CONFLICTS= openal-200[0-9]* USE_BZIP2= yes USE_CMAKE= yes USE_LDCONFIG= yes -CMAKE_USE_PTHREAD= yes CMAKE_ARGS+= -DALSA:BOOL=OFF -DPORTAUDIO:BOOL=OFF -DSOLARIS:BOOL=OFF \ -DDSOUND:BOOL=OFF -DALSOFT_CONFIG:BOOL=ON diff --git a/audio/tepsonic/Makefile b/audio/tepsonic/Makefile index 10b997ffb8ae..dcd5c6f3442a 100644 --- a/audio/tepsonic/Makefile +++ b/audio/tepsonic/Makefile @@ -20,7 +20,6 @@ USE_CMAKE= yes USE_QT_VER= 4 USE_LDCONFIG= yes INSTALLS_ICONS= yes -CMAKE_USE_PTHREAD= yes QT_COMPONENTS= gui xml sql phonon network linguist_build \ rcc_build qmake_build uic_build moc_build |