mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Added patch to allow ftgl to build cleanly, patch from michaelvoliveira
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
DESCRIPTION="FTGL is a free cross-platform Open Source C++ library that uses Freetype2 to simplify rendering fonts in OpenGL applications"
|
||||
HOMEPAGE="http://www.ohloh.net/p/ftgl"
|
||||
HOMEPAGE="http://sourceforge.net/projects/ftgl"
|
||||
SRC_URI="http://downloads.sourceforge.net/project/ftgl/FTGL%20Source/2.1.3%7Erc5/ftgl-2.1.3-rc5.tar.gz"
|
||||
CHECKSUM_MD5="fcf4d0567b7de9875d4e99a9f7423633"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
STATUS_HAIKU="stable"
|
||||
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
|
||||
DEPEND=""
|
||||
DEPEND="pkgconfig >= 0.23"
|
||||
|
||||
BUILD {
|
||||
cd ftgl-2.1.3~rc5
|
||||
cp /boot/common/share/aclocal/libtool.m4 m4
|
||||
@@ -23,6 +23,9 @@ BUILD {
|
||||
|
||||
INSTALL {
|
||||
cd ftgl-2.1.3~rc5
|
||||
cp ftgl.pc /boot/common/lib/pkgconfig
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2001-2004 Unicode, Inc."
|
||||
COPYRIGHT="2001-2009 Henry Maddocks"
|
||||
|
||||
Reference in New Issue
Block a user