13 lines
570 B
Plaintext
13 lines
570 B
Plaintext
$OpenBSD: patch-ode_demo_Makefile_in,v 1.2 2012/10/09 07:36:50 kirby Exp $
|
|
--- ode/demo/Makefile.in.orig Sun Feb 12 02:15:05 2012
|
|
+++ ode/demo/Makefile.in Sun May 13 11:14:46 2012
|
|
@@ -475,7 +475,7 @@ top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
AM_CPPFLAGS = -I$(abs_top_srcdir)/include \
|
|
- -DDRAWSTUFF_TEXTURE_PATH="\"$(abs_top_srcdir)/drawstuff/textures\"" \
|
|
+ -DDRAWSTUFF_TEXTURE_PATH="\"$(prefix)/share/examples/ode/textures\"" \
|
|
$(am__append_2)
|
|
@X11_TRUE@AM_LDFLAGS = $(X_PRE_LIBS) $(X_LIBS) $(X_EXTRA_LIBS)
|
|
|