diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-09-10 17:45:22 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-09-10 17:45:22 +0100 |
commit | 9d9b421e2b2b589e98d50699b3a9007002c317bc (patch) | |
tree | d7f58234cf8488e6ce225b3b09f36973a98da3e4 | |
parent | ddaae256f26934ae523177ba77a6b0eb1601f2d6 (diff) | |
download | midipix_build-9d9b421e2b2b589e98d50699b3a9007002c317bc.tar.bz2 midipix_build-9d9b421e2b2b589e98d50699b3a9007002c317bc.tar.xz |
patches/slang-2.3.2.local.patch: updated.
-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 1ba9ace1..763253ca 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/elfobjs -lslang ++LDFLAGS = @LDFLAGS@ -L../../src/nt64elfobjs -lslang CC_SHARED_FLAGS = @CC_SHARED_FLAGS@ CC_SHARED = $(CC) $(INCS) $(CC_SHARED_FLAGS) $(CFLAGS) CONFIG_DIR = @CONFIG_DIR@ |