mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from Makefiles
Clean up and remove support for 6.x Approved by: tabthorpe via irc
This commit is contained in:
parent
4be0ca48a7
commit
01b7b5c889
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272464
1 changed files with 2 additions and 10 deletions
|
@ -27,12 +27,4 @@ QT_COMPONENTS= corelib dbus gui iconengines network phonon qtestlib script \
|
|||
svg webkit xml linguist_build moc_build qmake_build \
|
||||
rcc_build uic_build
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700042
|
||||
CMAKE_USE_PTHREAD= yes
|
||||
.endif
|
||||
|
||||
CMAKE_BUILD_TYPE= Release
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue