mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Fix build without X11 for people who have xorg-libraries installed
Reported by: Volodymyr Kostyrko <arcade@synergetica.dn.ua>
This commit is contained in:
parent
feab5d4f3b
commit
ef78d971eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179862
@ -48,7 +48,7 @@ USE_WX= 2.6
|
||||
WX_CONF_ARGS= absolute
|
||||
CPPFLAGS+= -I${X11BASE}/include
|
||||
.else
|
||||
CONFIGURE_ARGS+= --with-wx-config=false
|
||||
CONFIGURE_ARGS+= --with-wx-config=false --without-x
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_X11)
|
||||
|
Loading…
Reference in New Issue
Block a user