diff options
Diffstat (limited to 'math/gcalctool/files/patch-configure')
-rw-r--r-- | math/gcalctool/files/patch-configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/gcalctool/files/patch-configure b/math/gcalctool/files/patch-configure new file mode 100644 index 000000000..330200143 --- /dev/null +++ b/math/gcalctool/files/patch-configure @@ -0,0 +1,13 @@ +--- configure.orig 2010-08-17 10:19:07.000000000 +0200 ++++ configure 2010-08-17 10:21:04.000000000 +0200 +@@ -5741,8 +5741,8 @@ + .SECONDARY: $(gsettings_SCHEMAS) + + gsettings__base_list = \ +- sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \ +- sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g" ++ sed '\''$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' | \ ++ sed '\''$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' + + install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) + @$(NORMAL_INSTALL) |