diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-09-14 00:01:57 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-09-14 00:01:57 +0100 |
commit | bfcf8d059a054ed7d7579bf8c5f942ebda73092a (patch) | |
tree | ec8f8fca466719604e8fb264f74c717caba8de5e | |
parent | 40e5e8c7334d3e7512bc9bcb155cab8f74515039 (diff) | |
download | midipix_build-bfcf8d059a054ed7d7579bf8c5f942ebda73092a.tar.bz2 midipix_build-bfcf8d059a054ed7d7579bf8c5f942ebda73092a.tar.xz |
patches/slang-2.3.2.local.patch: updated (via midipix.)
-rw-r--r-- | patches/slang-2.3.2.local.patch | 2 |
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@ |