From 72312b8ee69c00c50a7e7470a3147ff627d98410 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 12 Mar 2003 04:40:48 +0000 Subject: "" svn path=/trunk/; revision=466 --- externals/grill/vasp/makefile.pd-darwin | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'externals/grill/vasp') diff --git a/externals/grill/vasp/makefile.pd-darwin b/externals/grill/vasp/makefile.pd-darwin index c6d16fc6..34c702d2 100755 --- a/externals/grill/vasp/makefile.pd-darwin +++ b/externals/grill/vasp/makefile.pd-darwin @@ -21,6 +21,7 @@ FLAGS=-DFLEXT_SYS=2 -DFLEXT_THREADS CFLAGS=-O6 ${UFLAGS} -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes LIBS=m LDFLAGS=-bundle -bundle_loader $(PDBIN) +FRAMEWORKS=Carbon # ---------------------------------------------- # the rest can stay untouched @@ -48,7 +49,7 @@ $(TARGDIR)/%.o : $(SRCDIR)/%.cpp $(CXX) -c $(CFLAGS) $(FLAGS) $(patsubst %,-I%,$(INCLUDES) $(FLEXTPATH)) $< -o $@ $(TARGET) : $(patsubst %.cpp,$(TARGDIR)/%.o,$(SRCS)) $(FLEXTLIB) - $(CXX) $(LDFLAGS) $^ $(patsubst %,-l%,$(LIBS)) -o $@ + $(CXX) $(LDFLAGS) $^ $(patsubst %,-framework %,$(FRAMEWORKS)) $(patsubst %,-L%,$(LIBPATH)) $(patsubst %,-l%,$(LIBS)) -o $@ chmod 755 $@ -- cgit v1.2.1