aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-12-13 06:43:07 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-12-13 06:43:07 +0000
commit965d9b51335e3b7cbd1ac3599cab45fcd71ef581 (patch)
tree93d5e88a03e869fe0bfbad643f75cd81c53b6588
parent36e537155cd6ff43632ca76d8301e4dbd1601ce2 (diff)
updated to build against 0.43
svn path=/trunk/externals/pdp/; revision=14619
-rw-r--r--opengl/Makefile.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/Makefile.config b/opengl/Makefile.config
index 1e0fd61..74d5bf3 100644
--- a/opengl/Makefile.config
+++ b/opengl/Makefile.config
@@ -23,7 +23,7 @@ endif
ifeq ($(UNAME),Darwin)
TARGET = darwin
CPPFLAGS += -I/sw/include
- PD_EXECUTABLE=../../../pd/bin/pd
+ PD_EXECUTABLE=../../../pd/src/pd
LDFLAGS = -lgsl -lGL -lGLU -lglut -lX11 -L/sw/lib -L/usr/X11R6/lib
endif