Skip to content

Commit

Permalink
python38: build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tobypeterson committed May 17, 2020
1 parent b2832f7 commit 49a9ba2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lang/python38/files/patch-configure.diff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- configure.orig 2019-12-18 11:21:23.000000000 -0600
+++ configure 2020-01-05 15:21:49.000000000 -0600
@@ -3180,6 +3180,8 @@
@@ -3196,6 +3196,8 @@
;;
esac

Expand All @@ -9,3 +9,12 @@
prefix=$PYTHONFRAMEWORKINSTALLDIR/Versions/$VERSION

# Add files for Mac specific code to the list of output
@@ -3398,7 +3400,7 @@
# has no effect, don't bother defining them
Darwin/[6789].*)
define_xopen_source=no;;
- Darwin/1[0-9].*)
+ Darwin/[1-9][0-9].*)
define_xopen_source=no;;
# On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but
# used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined

2 comments on commit 49a9ba2

@reneeotten
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build fix for what problem, it seems that everything build just fine?

@tobypeterson
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's call it future-proofing. I'm sure you can figure it out...

Please sign in to comment.