#! /bin/sh /usr/share/dpatch/dpatch-run ## 05-configure.dpatch by Elias Mussi ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad directfb-extra~/configure directfb-extra/configure --- directfb-extra~/configure 2008-05-21 13:46:04.000000000 -0300 +++ directfb-extra/configure 2008-05-28 22:07:13.000000000 -0300 @@ -24108,7 +24108,7 @@ -DATADIR=$datadir/directfb +DATADIR=$datadir/directfb-$VERSION # Honor aclocal flags ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" diff -urNad directfb-extra~/configure.in directfb-extra/configure.in --- directfb-extra~/configure.in 2008-05-28 21:47:31.000000000 -0300 +++ directfb-extra/configure.in 2008-05-28 22:06:12.000000000 -0300 @@ -529,7 +529,7 @@ AM_CONDITIONAL(HAVE_FUSIONSOUND, test "x$have_fusionsound" = xyes) -DATADIR=$datadir/directfb +DATADIR=$datadir/directfb-$VERSION # Honor aclocal flags ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"