diff options
author | Wen Heping <wen@FreeBSD.org> | 2022-11-26 06:10:19 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2022-11-26 06:10:19 +0000 |
commit | 2a86b2d73e641a22c7a78d2df93f3aa08080ec95 (patch) | |
tree | d062bfb8a1229fd1e0324ab70821e28ddb657cd0 /lang/julia/files/patch-Make.inc | |
parent | mail/snappymail: Update to 2.22.3 (diff) |
lang/julia: Update to 1.8.3
PR: 267889
Reported by: wen@
Approved by: maintainer
Diffstat (limited to 'lang/julia/files/patch-Make.inc')
-rw-r--r-- | lang/julia/files/patch-Make.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/julia/files/patch-Make.inc b/lang/julia/files/patch-Make.inc index 9eee322adcb4..9245bb1b8bc0 100644 --- a/lang/julia/files/patch-Make.inc +++ b/lang/julia/files/patch-Make.inc @@ -1,6 +1,6 @@ ---- Make.inc.orig 2021-12-23 01:12:50 UTC +--- Make.inc.orig 2022-11-21 01:55:42 UTC +++ Make.inc -@@ -243,7 +243,7 @@ libdir := $(prefix)/$(framework_currver) +@@ -251,7 +251,7 @@ docdir := $(prefix)/$(framework_documentation) libexecdir := $(prefix)/$(framework_helpers) datarootdir := $(prefix)/$(framework_resources) docdir := $(prefix)/$(framework_documentation) @@ -9,7 +9,7 @@ man1dir := $(mandir)/man1 includedir := $(prefix)/$(framework_headers) sysconfdir := $(prefix)/$(framework_resources) -@@ -271,7 +271,7 @@ build_depsbindir := $(build_prefix)/tools +@@ -279,7 +279,7 @@ build_datarootdir := $(build_prefix)/share build_libdir := $(build_prefix)/lib build_libexecdir := $(build_prefix)/libexec build_datarootdir := $(build_prefix)/share @@ -18,7 +18,7 @@ build_man1dir := $(build_mandir)/man1 build_includedir := $(build_prefix)/include build_sysconfdir := $(build_prefix)/etc -@@ -510,8 +510,8 @@ SHIPFLAGS := -O3 -ggdb2 -falign-functions +@@ -498,8 +498,8 @@ ifeq ($(USECLANG),1) endif ifeq ($(USECLANG),1) |