Christoph Reiter 4d8828efed Make pkgbase of all packages match the name of the PKGBUILD directory (#2878)
This either changes the pkgbase to match the directory name
or the other way around.

The motivation for this is to make it possible to automatically generate
an URL to the PKGBUILD file from the package information alone.
2017-09-12 14:25:41 +03:00

12 lines
419 B
Diff

--- OpenSceneGraph-3.2.1-rc1/src/osgPlugins/freetype/FreeTypeLibrary.cpp.orig 2013-12-25 07:02:01.426200000 +0400
+++ OpenSceneGraph-3.2.1-rc1/src/osgPlugins/freetype/FreeTypeLibrary.cpp 2013-12-25 07:02:17.993400000 +0400
@@ -17,7 +17,7 @@
//#define PRINT_OUT_FONT_DETAILS
#ifdef PRINT_OUT_FONT_DETAILS
- #include <freetype/ftsnames.h>
+ #include <freetype2/ftsnames.h>
#endif
#include FT_TRUETYPE_IDS_H