From 3964e2714e9672fb4a45c8a16a96153ab7cae05b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 27 Aug 2008 22:27:30 +0000 Subject: merged in relevant changes from the v0-40 pd-extended release branch svn path=/trunk/externals/pdp/; revision=10266 --- opengl/Makefile.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'opengl/Makefile.config') diff --git a/opengl/Makefile.config b/opengl/Makefile.config index 7fab2d9..b1d7b6f 100644 --- a/opengl/Makefile.config +++ b/opengl/Makefile.config @@ -7,7 +7,7 @@ PDP_OGL_DIR = ../include CFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math \ - -Wall -W -Wstrict-prototypes -Werror \ + -Wall -W -Wstrict-prototypes \ -Wno-unused -Wno-parentheses -Wno-switch -g -I../../../../pd/src @@ -23,7 +23,7 @@ ifeq ($(UNAME),Darwin) TARGET = darwin CPPFLAGS += -I/sw/include PD_EXECUTABLE=../../../pd/bin/pd - LDFLAGS = -lGL -lGLU -lglut -lX11 -L/sw/lib -L/usr/X11R6/lib + LDFLAGS = -lgsl -lGL -lGLU -lglut -lX11 -L/sw/lib -L/usr/X11R6/lib endif -- cgit v1.2.1