mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
Remove the GRAPHITE options (which we never enabled by default).
Using an experimental feature in a version that's already been end of life for a year does not make much sense.
This commit is contained in:
parent
fe0aa55ecb
commit
ca2967a69b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552389
1 changed files with 1 additions and 7 deletions
|
@ -37,10 +37,9 @@ SSP_UNSAFE= yes
|
|||
CFLAGS:= ${CFLAGS:N-mretpoline}
|
||||
CXXFLAGS:= ${CXXFLAGS:N-mretpoline}
|
||||
|
||||
OPTIONS_DEFINE= BOOTSTRAP GRAPHITE
|
||||
OPTIONS_DEFINE= BOOTSTRAP
|
||||
OPTIONS_DEFAULT= BOOTSTRAP
|
||||
BOOTSTRAP_DESC= Build using a full bootstrap
|
||||
GRAPHITE_DESC= Support for Graphite loop optimizations
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -95,11 +94,6 @@ INFO+= gcc${SUFFIX}/libquadmath \
|
|||
SUB_FILES= pkg-message
|
||||
SUB_LIST+= TARGLIB=${TARGLIB}
|
||||
|
||||
.if ${PORT_OPTIONS:MGRAPHITE}
|
||||
LIB_DEPENDS+= libisl.so:devel/isl
|
||||
CONFIGURE_ARGS+=--with-isl=${LOCALBASE}
|
||||
.endif
|
||||
|
||||
CONFIGURE_ARGS+=--enable-languages=${LANGUAGES}
|
||||
|
||||
pre-everything::
|
||||
|
|
Loading…
Add table
Reference in a new issue