- portupgrade does not like USE_GCC in /etc/make.conf
Submitted by: mm
This commit is contained in:
parent
f55e8870fc
commit
4a16f8e86d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34679
1 changed files with 7 additions and 3 deletions
|
@ -110,7 +110,8 @@
|
|||
appropriately):</para>
|
||||
|
||||
<programlisting>.if !empty(.CURDIR:M/usr/ports/*) && exists(/usr/local/bin/gcc44)
|
||||
USE_GCC=4.4
|
||||
CC=gcc44
|
||||
CXX=g++44
|
||||
CPP=cpp44
|
||||
.endif</programlisting>
|
||||
|
||||
|
@ -168,7 +169,8 @@ libstdc++.so.6 gcc44/libstdc++.so.6</programlisting>
|
|||
example:</para>
|
||||
|
||||
<programlisting>.if !empty(.CURDIR:M/usr/ports/*) && exists(/usr/local/bin/gcc44)
|
||||
USE_GCC=4.4
|
||||
CC=gcc44
|
||||
CXX=g++44
|
||||
CPP=cpp44
|
||||
CFLAGS+=-mssse3
|
||||
.endif</programlisting>
|
||||
|
@ -191,7 +193,9 @@ CFLAGS+=-mssse3
|
|||
|
||||
<programlisting>.if !empty(.CURDIR:M/usr/ports/*) && exists(/usr/local/bin/gcc44)
|
||||
.if empty(.CURDIR:M/usr/ports/net/openldap*)
|
||||
USE_GCC=4.X
|
||||
CC=gcc44
|
||||
CXX=g++44
|
||||
CPP=cpp44
|
||||
.endif
|
||||
.endif</programlisting>
|
||||
|
||||
|
|
Loading…
Reference in a new issue