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

Annotation of ports/devel/ode/patches/patch-ode_demo_Makefile_in, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- ode/demo/Makefile.in.orig  Tue Mar 31 21:29:13 2009
        !             3: +++ ode/demo/Makefile.in       Tue Mar 31 21:30:06 2009
        !             4: @@ -447,7 +447,7 @@ top_build_prefix = @top_build_prefix@
        !             5:  top_builddir = @top_builddir@
        !             6:  top_srcdir = @top_srcdir@
        !             7:  AM_CPPFLAGS = -I$(abs_top_srcdir)/include \
        !             8: -      -DDRAWSTUFF_TEXTURE_PATH="\"$(abs_top_srcdir)/drawstuff/textures\"" \
        !             9: +      -DDRAWSTUFF_TEXTURE_PATH="\"$(prefix)/share/examples/ode/textures\"" \
        !            10:        $(am__append_2)
        !            11:  @X11_TRUE@AM_LDFLAGS = $(X_PRE_LIBS) $(X_LIBS) $(X_EXTRA_LIBS)
        !            12:

CVSweb