diff options
-rw-r--r-- | graphics/clutter/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/clutter/files/patch-configure b/graphics/clutter/files/patch-configure new file mode 100644 index 000000000..b7c728e1a --- /dev/null +++ b/graphics/clutter/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2011-02-21 16:02:05.000000000 +0000 ++++ configure 2011-02-21 16:03:35.000000000 +0000 +@@ -14604,7 +14604,7 @@ + + + # strip leading space +-BACKEND_PC_FILES=${BACKEND_PC_FILES/# } ++BACKEND_PC_FILES=${BACKEND_PC_FILES# } + + CLUTTER_REQUIRES="$CLUTTER_BASE_PC_FILES $IMAGE_PC_FILES $BACKEND_PC_FILES" + |