diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-08 23:24:47 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-08 23:24:47 +0000 |
commit | 51cf17591d9e78adbce0013c9fdb166a5b4b6d90 (patch) | |
tree | 49d23bedb630b867249de40a765423818d0b7cad | |
parent | 480c52ab92e94b53a8352371867ae75038d77bee (diff) |
fixed Gem compilation issues related to FTGL/freetype from Fink
svn path=/trunk/; revision=11722
-rw-r--r-- | packages/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Makefile b/packages/Makefile index 8fc8704d..c9073a11 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -213,6 +213,7 @@ $(gem_src)/src/Gem.pd_linux: $(gem_src)/src/configure $(gem_src)/src/Gem.pd_darwin: $(gem_src)/src/configure cd $(gem_src)/src && ./configure \ + PKG_FTGL_CFLAGS=-I/sw/include/freetype2 \ --without-x --without-ImageMagick --without-v4l \ --without-tiff --without-jpeg --without-mpeg --without-mpeg3 \ --without-ieee1394 --without-aviplay --without-avifile --without-ffmpeg \ |