diff options
Diffstat (limited to 'packages')
-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 |