summaryrefslogtreecommitdiff
path: root/app-office/gnucash/files
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/gnucash/files')
-rw-r--r--app-office/gnucash/files/gnucash-3.2-no-gui.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/app-office/gnucash/files/gnucash-3.2-no-gui.patch b/app-office/gnucash/files/gnucash-3.2-no-gui.patch
deleted file mode 100644
index 896aafd17f15..000000000000
--- a/app-office/gnucash/files/gnucash-3.2-no-gui.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 5e10a09..cdbdb7a 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -770,7 +770,9 @@ set(SCHEME_INSTALLED_CACHE_DIR ${PKGLIBDIR}/scm/ccache/${GUILE_EFFECTIVE_VERSION
- # The subdirectories
- add_subdirectory (borrowed)
- add_subdirectory (data)
-+if (WITH_GNUCASH)
- add_subdirectory (doc)
-+endif (WITH_GNUCASH)
- add_subdirectory (po)
- add_subdirectory (common)
- add_subdirectory (libgnucash)