summaryrefslogtreecommitdiff
path: root/sci-visualization/quickplot/files
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /sci-visualization/quickplot/files
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'sci-visualization/quickplot/files')
-rw-r--r--sci-visualization/quickplot/files/quickplot-1.0.1_rc-automake.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/sci-visualization/quickplot/files/quickplot-1.0.1_rc-automake.patch b/sci-visualization/quickplot/files/quickplot-1.0.1_rc-automake.patch
deleted file mode 100644
index e88259f0bd24..000000000000
--- a/sci-visualization/quickplot/files/quickplot-1.0.1_rc-automake.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -193,7 +193,7 @@
- endif
-
- # We look at a sndfile symbol when libquickplot runs
--libquickplot_la_LIBADD = $(sndfile_LIBS)
-+libquickplot_la_LIBADD = $(sndfile_LIBS) -lm
-
- if QP_DEBUG
- libquickplot_la_SOURCES += debug_spew.c
-@@ -336,8 +336,8 @@
- if HAVE_LOCAL_SCREENSHOTS
-
- install-exec-hook:
-- mkdir -p $(htmldir)
-- cp ScreenShot_* _ScreenShot_* $(htmldir)
-+ mkdir -p $(DESTDIR)$(htmldir)
-+ cp ScreenShot_* _ScreenShot_* $(DESTDIR)$(htmldir)
-
- thumbs.htm: mk_thumbs.htm.bash
- ./mk_thumbs.htm.bash > $@