From b2c07e6a1fb9d81f21b1f00ba67dad0b30a819b5 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 21 Apr 2010 11:36:38 +0000 Subject: got flags for building Gem on OSX (esp: make sure to use glibtool!) and include the backend plugins svn path=/trunk/; revision=13460 --- packages/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages') diff --git a/packages/Makefile b/packages/Makefile index a03f3d73..aadcd1b4 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -227,12 +227,12 @@ $(gem_src)/src/Gem.pd_linux: $(gem_src)/src/configure $(gem_src)/src/Gem.pd_darwin: $(gem_src)/src/configure cd $(gem_src)/src && PATH=/sw/bin:$(PATH) ./configure \ - PKG_FTGL_CFLAGS="-I/sw/include/freetype2 -I/sw/include/FTGL" \ + PKG_FTGL_CFLAGS="-I/sw/include -I/sw/include/freetype2 -I/sw/include/FTGL" \ --without-ALL \ --with-ftgl --with-ftgl-libs=/sw/lib \ --with-artoolkit-includes=/sw/include --with-artoolkit-libs=/sw/lib \ --with-pd=$(pd_src) - PATH=/sw/bin:$(PATH) $(MAKE) -C $(gem_src)/src + PATH=/sw/bin:$(PATH) $(MAKE) -C $(gem_src)/src LIBTOOL=glibtool gem: $(gem_src)/src/Gem.$(EXTENSION) @@ -240,8 +240,8 @@ gem_install: gem install -d $(DESTDIR)$(objectsdir)/$(GEM_NAME) ifneq ($(OS_NAME),windows) install -p $(gem_src)/src/Gem.$(EXTENSION) $(DESTDIR)$(objectsdir)/$(GEM_NAME)/ + install -p $(gem_src)/src/plugins/*/.libs/*.so $(DESTDIR)$(objectsdir)/$(GEM_NAME)/ endif - install -p $(gem_src)/src/plugins/*/.libs/*.* $(DESTDIR)$(objectsdir)/$(GEM_NAME)/ install -p $(gem_src)/help/*.* $(DESTDIR)$(objectsdir)/$(GEM_NAME)/ install -p $(gem_src)/abstractions/*.* $(DESTDIR)$(objectsdir)/$(GEM_NAME) install -d $(DESTDIR)$(manualsdir)/$(GEM_NAME) -- cgit v1.2.1