summaryrefslogtreecommitdiffhomepage
path: root/patches/slang-2.3.2.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-03-28 12:32:38 +0100
committerGitHub <noreply@github.com>2020-03-28 12:32:38 +0100
commitbf34ddedf11f450ddb296b06baf42830bcc7ca7b (patch)
tree3ca0e6ab98059d3c9c710699536a48b3e83bc7e4 /patches/slang-2.3.2.local.patch
parent35a2faf07e9ad3ff232b2c2023103f0ac67a304f (diff)
parent0c01fac9809d4ebee67eaf74f90435daa4ba0c4f (diff)
downloadmidipix_build-bf34ddedf11f450ddb296b06baf42830bcc7ca7b.tar.bz2
midipix_build-bf34ddedf11f450ddb296b06baf42830bcc7ca7b.tar.xz
Merge pull request #15 from duvallj/master
Various fixes for various -L flags, other build errors
Diffstat (limited to 'patches/slang-2.3.2.local.patch')
-rw-r--r--patches/slang-2.3.2.local.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/patches/slang-2.3.2.local.patch b/patches/slang-2.3.2.local.patch
index 759c759f..1ba9ace1 100644
--- a/patches/slang-2.3.2.local.patch
+++ b/patches/slang-2.3.2.local.patch
@@ -10,3 +10,18 @@ diff -ru slang-2.3.2.orig/modules/Makefile.in slang-2.3.2/modules/Makefile.in
CC_SHARED_FLAGS = @CC_SHARED_FLAGS@
CC_SHARED = $(CC) $(INCS) $(CC_SHARED_FLAGS) $(CFLAGS)
CONFIG_DIR = @CONFIG_DIR@
+diff --git a/slsh/Makefile.in b/slsh/Makefile.in
+index cba9d81..78e6054 100644
+--- a/slsh/Makefile.in
++++ b/slsh/Makefile.in
+@@ -15,7 +15,7 @@ exec_prefix = @exec_prefix@
+ datarootdir = @datarootdir@
+ INST_LIB_DIR = @libdir@
+ SLANG_INST_INC = -I@includedir@
+-SLANG_INST_LIB = -L$(INST_LIB_DIR)
++#SLANG_INST_LIB = -L$(INST_LIB_DIR)
+ #---------------------------------------------------------------------------
+ SLANG_SRCINC = -I@SRCDIR@
+ SLANG_ELFLIB = -L@ELFDIR@# for dynamically linked
+--
+2.24.0