SDL_ttf: remove unnecessary CFLAGS
This commit is contained in:
parent
6547bbb473
commit
5ba396b6c4
1 changed files with 6 additions and 4 deletions
|
@ -1,19 +1,21 @@
|
|||
# Template file for 'SDL_ttf'
|
||||
pkgname=SDL_ttf
|
||||
version=2.0.11
|
||||
revision=6
|
||||
revision=7
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="freetype-devel SDL-devel libSM-devel"
|
||||
short_desc="Use TrueType fonts in your SDL applications"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://www.libsdl.org/projects/${pkgname}"
|
||||
license="Zlib"
|
||||
homepage="http://www.libsdl.org/projects/SDL_ttf"
|
||||
distfiles="${homepage}/release/${pkgname}-${version}.tar.gz"
|
||||
checksum=724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248ebcdb7
|
||||
|
||||
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/freetype2"
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
SDL_ttf-devel_package() {
|
||||
depends="freetype-devel SDL-devel ${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue