mirror of
https://github.com/RGBCube/serenity
synced 2025-07-05 20:37:35 +00:00
27 lines
1.1 KiB
Diff
27 lines
1.1 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Linus Groh <mail@linusgroh.de>
|
|
Date: Wed, 15 Apr 2020 14:23:25 +0100
|
|
Subject: [PATCH] Don't build the docs and the demo
|
|
|
|
- docs - segfault during make :/
|
|
- demo - x86_64-pc-serenity-gcc: error: unrecognized command line option '-rdynamic'
|
|
---
|
|
Makefile.am | 5 ++++-
|
|
1 file changed, 4 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index 7e2c4008cda62e8b8e2959e4d2953722f6d350db..a8df6c0617210c7d7344052e3a34c56993232b33 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -1,7 +1,10 @@
|
|
## Process this file with automake to produce Makefile.in -*-Makefile-*-
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
-SUBDIRS = config m4 term src docs man demo share
|
|
+# Note: For the SerenityOS port of gnuplot, the following have been removed:
|
|
+# docs - segfault during make :/
|
|
+# demo - x86_64-pc-serenity-gcc: error: unrecognized command line option '-rdynamic'
|
|
+SUBDIRS = config m4 term src man share
|
|
|
|
EXTRA_DIST = BUGS Copyright FAQ.pdf INSTALL INSTALL.gnu \
|
|
PATCHLEVEL PGPKEYS README RELEASE_NOTES \
|