Changeset View
Changeset View
Standalone View
Standalone View
lang/julia10/files/extra-patch-ui_Makefile
- This file was added.
Property | Old Value | New Value |
---|---|---|
fbsd:nokeywords | null | yes \ No newline at end of property |
svn:eol-style | null | native \ No newline at end of property |
svn:mime-type | null | text/plain \ No newline at end of property |
--- ui/Makefile.orig 2016-09-20 02:54:22 UTC | |||||
+++ ui/Makefile | |||||
@@ -14,7 +14,7 @@ SRCS := repl | |||||
HEADERS := $(addprefix $(JULIAHOME)/src/,julia.h julia_threads.h julia_internal.h options.h) \ | |||||
$(BUILDDIR)/../src/julia_version.h $(wildcard $(JULIAHOME)/src/support/*.h) $(LIBUV_INC)/uv.h | |||||
-FLAGS := -I$(BUILDROOT)/src -I$(JULIAHOME)/src -I$(JULIAHOME)/src/support -I$(build_includedir) | |||||
+FLAGS := -I$(BUILDROOT)/src -I$(JULIAHOME)/src -I$(JULIAHOME)/src/support -I$(build_includedir) -latomic | |||||
ifneq ($(USEMSVC), 1) | |||||
FLAGS += -Wall -Wno-strict-aliasing -fno-omit-frame-pointer -Wc++-compat | |||||
endif |