mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Replace USE_GCC=4.3+ by USE_GCC=4.4+ (which, practically, is no change
since Mk/bsd.gcc.mk has been rewriting the former to the later for a bit.) Approved by: tkjacobsen@gmail.com (maintainer) Feature safe: yes
This commit is contained in:
parent
e2bf83504e
commit
5f8aa4f636
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257078
@ -26,7 +26,7 @@ USE_CMAKE= yes
|
||||
CMAKE_ARGS= -DCMAKE_INSTALL_PREFIX="${PREFIX}" \
|
||||
-DLIB_INSTALL_DIR="${LOCALBASE}/lib" \
|
||||
-DENABLE_GLSL=OFF
|
||||
USE_GCC= 4.3+
|
||||
USE_GCC= 4.4+
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
OPTIONS= PYTHON "Enable python support (broken with sip-4.10)" off
|
||||
|
Loading…
Reference in New Issue
Block a user