Codebase list erlang-asciideck / fresh-snapshots/main
Refresh patches. Debian Janitor 1 year, 2 months ago
2 changed file(s) with 11 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
77 erlang.mk | 6 ++++++
88 1 file changed, 6 insertions(+)
99
10 diff --git a/erlang.mk b/erlang.mk
11 index 38bea99..1f9f188 100644
12 --- a/erlang.mk
13 +++ b/erlang.mk
14 @@ -81,6 +81,8 @@ else ifeq ($(UNAME_S),DragonFly)
10 Index: erlang-asciideck.git/erlang.mk
11 ===================================================================
12 --- erlang-asciideck.git.orig/erlang.mk
13 +++ erlang-asciideck.git/erlang.mk
14 @@ -83,6 +83,8 @@ else ifeq ($(UNAME_S),DragonFly)
1515 PLATFORM = dragonfly
1616 else ifeq ($(shell uname -o),Msys)
1717 PLATFORM = msys2
2020 else
2121 $(error Unable to detect platform. Please open a ticket with the output of uname -a.)
2222 endif
23 @@ -5817,6 +5819,10 @@ else ifeq ($(PLATFORM),linux)
23 @@ -6021,6 +6023,10 @@ else ifeq ($(PLATFORM),linux)
2424 CC ?= gcc
2525 CFLAGS ?= -O3 -std=c99 -finline-functions -Wall -Wmissing-prototypes
2626 CXXFLAGS ?= -O3 -finline-functions -Wall
3131 endif
3232
3333 ifneq ($(PLATFORM),msys2)
34 --
35 2.14.1
36
77 erlang.mk | 16 ++++++++--------
88 1 file changed, 8 insertions(+), 8 deletions(-)
99
10 diff --git a/erlang.mk b/erlang.mk
11 index 1f9f188..cf413cf 100644
12 --- a/erlang.mk
13 +++ b/erlang.mk
14 @@ -5804,21 +5804,21 @@ ifeq ($(PLATFORM),msys2)
10 Index: erlang-asciideck.git/erlang.mk
11 ===================================================================
12 --- erlang-asciideck.git.orig/erlang.mk
13 +++ erlang-asciideck.git/erlang.mk
14 @@ -6008,21 +6008,21 @@ ifeq ($(PLATFORM),msys2)
1515 # not produce working code. The "gcc" MSYS2 package also doesn't.
1616 CC = /mingw64/bin/gcc
1717 export CC
4141 else ifeq ($(PLATFORM),kfreebsd)
4242 CC ?= gcc
4343 CFLAGS ?= -O2 -std=c99 -finline-functions -Wall -Wmissing-prototypes
44 --
45 2.14.1
46