# $FreeBSD$ # # Add __FreeBSD__ definition to CFLAGS # Used by DPorts when masquerading as FreeBSD allows port to build without # additional patches # # Feature: alias # Usage: USES=alias or USES=alias:ARGS # Valid ARGS: 9 (default), 10, 11 # # MAINTAINER: ports@FreeBSD.org .if !defined(_INCLUDE_USES_ALIAS_MK) _INCLUDE_USES_ALIAS_MK= yes .if ${OPSYS} != FreeBSD .if empty(alias_ARGS) CFLAGS+= -D__FreeBSD__=9 .else . if ${alias_ARGS} == 9 || ${alias_ARGS} == 10 || ${alias_ARGS} == 11 CFLAGS+= -D__FreeBSD__=${alias_ARGS} . else IGNORE= invalid MAJOR RELEASE argument (${alias_ARGS}) for USES=alias . endif .endif .endif # OPSYS != FreeBSD .endif rel='vcs-git' href='https://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports' title='freebsd-ports Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-drivers/xf86-video-sis
Commit message (Expand)AuthorAgeFilesLines
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-0/+1
* Update to 0.10.9Baptiste Daroussin2017-01-238-19/+190