the header files deployed by devil are not compatible with gcc 4.0
cegui uses devil, so force gcc 3.4 until devil is fixed
This commit is contained in:
parent
ec9e845bdc
commit
a9c4cf06da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192593
2 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@ CONFIGURE_ARGS= --without-xerces-c
|
|||
GNU_CONFIGURE= YES
|
||||
INSTALLS_SHLIB= YES
|
||||
USE_BZIP2= YES
|
||||
USE_GCC= 3.4
|
||||
USE_GL= YES
|
||||
USE_XLIB= YES
|
||||
USE_GNOME= gnomehack
|
||||
|
|
|
@ -23,6 +23,7 @@ CONFIGURE_ARGS= --without-xerces-c
|
|||
GNU_CONFIGURE= YES
|
||||
INSTALLS_SHLIB= YES
|
||||
USE_BZIP2= YES
|
||||
USE_GCC= 3.4
|
||||
USE_GL= YES
|
||||
USE_XLIB= YES
|
||||
USE_GNOME= gnomehack
|
||||
|
|
Loading…
Reference in a new issue