aboutsummaryrefslogtreecommitdiff
path: root/opengl/Makefile.config
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-08-27 22:27:30 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-08-27 22:27:30 +0000
commit3964e2714e9672fb4a45c8a16a96153ab7cae05b (patch)
tree907e694cfd92f92d4b8987137a34c053cededfed /opengl/Makefile.config
parent6726719d723f2f816827739aa59187848746f64f (diff)
merged in relevant changes from the v0-40 pd-extended release branch
svn path=/trunk/externals/pdp/; revision=10266
Diffstat (limited to 'opengl/Makefile.config')
-rw-r--r--opengl/Makefile.config4
1 files changed, 2 insertions, 2 deletions
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