diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-08 22:40:44 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-08 22:40:44 +0000 |
commit | 480c52ab92e94b53a8352371867ae75038d77bee (patch) | |
tree | b4d98d0c7a10aa61126915a158cba29f3f45a0bb /packages/Makefile | |
parent | f1329e60095df1cdb4327f9e980b5a45c6d66c0f (diff) |
it seems that Gem's --with-ftgl-includes option has changed, so try it like this
svn path=/trunk/; revision=11721
Diffstat (limited to 'packages/Makefile')
-rw-r--r-- | packages/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Makefile b/packages/Makefile index 8f2acf80..8fc8704d 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -216,7 +216,7 @@ $(gem_src)/src/Gem.pd_darwin: $(gem_src)/src/configure --without-x --without-ImageMagick --without-v4l \ --without-tiff --without-jpeg --without-mpeg --without-mpeg3 \ --without-ieee1394 --without-aviplay --without-avifile --without-ffmpeg \ - --with-ftgl-includes=/sw/include --with-ftgl-libs=/sw/lib \ + --with-ftgl-includes=/sw/include/FTGL --with-ftgl-libs=/sw/lib \ --with-artoolkit-includes=/sw/include --with-artoolkit-libs=/sw/lib \ --with-pd=$(pd_src) $(MAKE) -C $(gem_src)/src |