summaryrefslogtreecommitdiffhomepage
path: root/patches/slang-2.3.2.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-09-14 00:01:57 +0100
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-09-14 00:01:57 +0100
commitbfcf8d059a054ed7d7579bf8c5f942ebda73092a (patch)
treeec8f8fca466719604e8fb264f74c717caba8de5e /patches/slang-2.3.2.local.patch
parent40e5e8c7334d3e7512bc9bcb155cab8f74515039 (diff)
downloadmidipix_build-bfcf8d059a054ed7d7579bf8c5f942ebda73092a.tar.bz2
midipix_build-bfcf8d059a054ed7d7579bf8c5f942ebda73092a.tar.xz
patches/slang-2.3.2.local.patch: updated (via midipix.)
Diffstat (limited to 'patches/slang-2.3.2.local.patch')
-rw-r--r--patches/slang-2.3.2.local.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/slang-2.3.2.local.patch b/patches/slang-2.3.2.local.patch
index 763253ca..76c1a53b 100644
--- a/patches/slang-2.3.2.local.patch
+++ b/patches/slang-2.3.2.local.patch
@@ -6,7 +6,7 @@ diff -ru slang-2.3.2.orig/modules/Makefile.in slang-2.3.2/modules/Makefile.in
CC = @CC@
CFLAGS = @CFLAGS@ @SLANG_DLL_CFLAGS@
-LDFLAGS = @LDFLAGS@
-+LDFLAGS = @LDFLAGS@ -L../../src/nt64elfobjs -lslang
++LDFLAGS = @LDFLAGS@ -L../../src/$(ELFLIB) -lslang
CC_SHARED_FLAGS = @CC_SHARED_FLAGS@
CC_SHARED = $(CC) $(INCS) $(CC_SHARED_FLAGS) $(CFLAGS)
CONFIG_DIR = @CONFIG_DIR@