diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-18 11:04:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-18 11:04:10 +0200 |
commit | 3ec8f60098663d824db8ae45cd02240b5df55d1f (patch) | |
tree | a1e1a550841c70c57bcaa6f72837650d66782954 /package/libfm/patches/patch-Makefile_in | |
parent | cb11a40075cb65aec0a73f98751aa4879ab73719 (diff) | |
parent | 66a6c153d5db95eb0f35861269a7f5459f387e55 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libfm/patches/patch-Makefile_in')
-rw-r--r-- | package/libfm/patches/patch-Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libfm/patches/patch-Makefile_in b/package/libfm/patches/patch-Makefile_in new file mode 100644 index 000000000..98c28063c --- /dev/null +++ b/package/libfm/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- libfm-2.0.orig/Makefile.in 2011-04-14 20:39:59.000000000 +0200 ++++ libfm-2.0/Makefile.in 2011-04-16 11:39:06.000000000 +0200 +@@ -292,7 +292,7 @@ GTESTER_REPORT = gtester-report # for th + EXTRA_DIST = libfm.pc.in libfm-gtk.pc.in $(NULL) + TEST_PROGS = + NULL = +-SUBDIRS = src po data docs ++SUBDIRS = src po data + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = \ + libfm.pc \ |