diff options
Diffstat (limited to 'recipes/libxsettings/files/libxsettings-svn-makefile-fix.patch')
-rw-r--r-- | recipes/libxsettings/files/libxsettings-svn-makefile-fix.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/libxsettings/files/libxsettings-svn-makefile-fix.patch b/recipes/libxsettings/files/libxsettings-svn-makefile-fix.patch new file mode 100644 index 0000000000..52d15a6e14 --- /dev/null +++ b/recipes/libxsettings/files/libxsettings-svn-makefile-fix.patch @@ -0,0 +1,20 @@ +--- libxsettings/Makefile.orig 2007-02-10 00:45:33.452674544 +0200 ++++ libxsettings/Makefile 2007-02-10 00:52:09.003215686 +0200 +@@ -1,7 +1,7 @@ + PREFIX = /usr/local + PACKAGE = libxsettings + DEBUG = no +-CVSBUILD = yes ++CVSBUILD = no + VERSION = 0.11 + + .SUFFIXES: .os +@@ -20,7 +20,7 @@ + ifeq ($(CVSBUILD),yes) + BUILD = ../build + else +-BUILD = build ++BUILD = .. + endif + + .c.os:; |