- Attempt to fix build on amd64 by using only wxgtk 2.4
Reported by: pointyhat via kris Obtained from: multimedia/vlc
This commit is contained in:
parent
1b34b0959c
commit
7debf45c22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136743
1 changed files with 4 additions and 0 deletions
|
@ -346,6 +346,10 @@ OPTIONS= AALIB "Console graphics support" Off \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH}=="amd64"
|
||||
WITH_WXGTK_VER= 2.4
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000 && defined(WITH_MOZILLA_PLUGIN) && !defined(WITHOUT_MOZILLA_PLUGIN)
|
||||
.if ${WITH_MOZILLA}=="mozilla-devel"
|
||||
USE_GCC= 3.4
|
||||
|
|
Loading…
Reference in a new issue