[BACK]Return to patch-ode_demo_Makefile_in CVS log [TXT][DIR] Up to [local] / ports / devel / ode / patches

File: [local] / ports / devel / ode / patches / Attic / patch-ode_demo_Makefile_in (download)

Revision 1.1, Wed Apr 1 15:30:26 2009 UTC (15 years, 3 months ago) by yason
Branch: MAIN

fix demo textures

$OpenBSD$
--- ode/demo/Makefile.in.orig	Tue Mar 31 21:29:13 2009
+++ ode/demo/Makefile.in	Tue Mar 31 21:30:06 2009
@@ -447,7 +447,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)