summaryrefslogtreecommitdiffhomepage
path: root/patches/slang-2.3.2.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-06-02 13:40:02 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-06-02 13:40:02 +0000
commit099ee0b64c1e3326327b2311f1eac346482d1793 (patch)
tree596a8eb80f305d30f91d498a855423fcdd5a7270 /patches/slang-2.3.2.local.patch
parent4c59fa03f0bca286dff6003beb365794ecb60e72 (diff)
downloadmidipix_build-099ee0b64c1e3326327b2311f1eac346482d1793.tar.bz2
midipix_build-099ee0b64c1e3326327b2311f1eac346482d1793.tar.xz
vars/build.vars:native_packages_deps: adds slang v2.3.2 (via Redfoxmoon.)
patches/slang-2.3.2.local.patch: via Redfoxmoon.
Diffstat (limited to 'patches/slang-2.3.2.local.patch')
-rw-r--r--patches/slang-2.3.2.local.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/slang-2.3.2.local.patch b/patches/slang-2.3.2.local.patch
new file mode 100644
index 00000000..759c759f
--- /dev/null
+++ b/patches/slang-2.3.2.local.patch
@@ -0,0 +1,12 @@
+diff -ru slang-2.3.2.orig/modules/Makefile.in slang-2.3.2/modules/Makefile.in
+--- slang-2.3.2.orig/modules/Makefile.in 2018-03-05 00:16:36.000000000 +0100
++++ slang-2.3.2/modules/Makefile.in 2018-06-01 22:01:48.926864387 +0200
+@@ -16,7 +16,7 @@
+ # ---------------------------------------------------------------------------
+ CC = @CC@
+ CFLAGS = @CFLAGS@ @SLANG_DLL_CFLAGS@
+-LDFLAGS = @LDFLAGS@
++LDFLAGS = @LDFLAGS@ -L../../src/elfobjs -lslang
+ CC_SHARED_FLAGS = @CC_SHARED_FLAGS@
+ CC_SHARED = $(CC) $(INCS) $(CC_SHARED_FLAGS) $(CFLAGS)
+ CONFIG_DIR = @CONFIG_DIR@