summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-04-25 21:20:30 +1100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-04-25 21:21:29 +1100
commit5df601c7ef68e469b308c24e9813516169edd6ee (patch)
tree0d89b689d658145cb66dc7f29945c54a31f11ed8 /sci-visualization/spyview/files
parentsci-biology/bedtools/files: add upstream PR reference (diff)
downloadgentoo-5df601c7ef68e469b308c24e9813516169edd6ee.tar.gz
gentoo-5df601c7ef68e469b308c24e9813516169edd6ee.tar.bz2
gentoo-5df601c7ef68e469b308c24e9813516169edd6ee.zip
sci-visualization/spyview: remove call of unknown macro USER_DIRS
Closes: https://bugs.gentoo.org/874408 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sci-visualization/spyview/files')
-rw-r--r--sci-visualization/spyview/files/spyview-no-user-dirs.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/sci-visualization/spyview/files/spyview-no-user-dirs.patch b/sci-visualization/spyview/files/spyview-no-user-dirs.patch
new file mode 100644
index 000000000000..0cae5571a137
--- /dev/null
+++ b/sci-visualization/spyview/files/spyview-no-user-dirs.patch
@@ -0,0 +1,15 @@
+diff --git a/source/configure.ac b/source/configure.ac
+index f1d777f..6790257 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -4,7 +4,9 @@ AC_CANONICAL_TARGET
+ AM_INIT_AUTOMAKE(subdir-objects)
+ AC_CONFIG_SRCDIR([spyview/ImageWindow.C])
+ AC_CONFIG_HEADER([config.h])
+-USER_DIRS
++
++# No idea what this is supposed to do or call...
++# USER_DIRS
+
+ # For local macros
+ AC_CONFIG_MACRO_DIR([m4])