mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- Add an SVGALIB OPTION. [1]
- Explicitly disable check for libusbhid.h where appropriate, as some systems still have this header hanging around. [2] PR: ports/104366 [1], ports/103558 (related) [2] Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> [1], Stefan Walter <sw@gegenunendlich.de> + others [2]
This commit is contained in:
parent
40b465290e
commit
d1bbfe9b7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177732
@ -50,7 +50,8 @@ DOCS= BUGS COPYING CREDITS README README-SDL.txt WhatsNew docs.html
|
||||
OPTIONS= NAS "Include support for the Network Audio System" Off \
|
||||
AALIB "Include support for AA-lib" On \
|
||||
GL "Include support for OpenGL" On \
|
||||
GGI "Include support for GGI" Off
|
||||
GGI "Include support for GGI" Off \
|
||||
SVGALIB "Include support for SVGALIB" On
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@ -63,6 +64,10 @@ PKGMESSAGE= none
|
||||
DISPLAY_MSG= ${DO_NADA}
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 500111
|
||||
CONFIGURE_ENV+= ac_cv_header_libusbhid_h=no
|
||||
.endif
|
||||
|
||||
.if defined(WITH_NAS)
|
||||
LIB_DEPENDS+= audio.2:${PORTSDIR}/audio/nas
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user