https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253815

--- Comment #49 from commit-h...@freebsd.org ---
A commit references this bug:

Author: kai
Date: Sun Mar 14 10:53:05 UTC 2021
New revision: 568377
URL: https://svnweb.freebsd.org/changeset/ports/568377

Log:
  games/adonthell: Fix linking with Python 3.8 and onwards

  * Link against libpython via the "--embed" flag for Python 3.8 and onwards.

  Excerpt from the log:

  main.o: In function `main':
  main.cc:(.text+0x1af): undefined reference to `PyImport_AppendInittab'
  main.cc:(.text+0x1c2): undefined reference to `Py_DecodeLocale'
  main.cc:(.text+0x1cf): undefined reference to `Py_SetProgramName'
  main.cc:(.text+0x4e9): undefined reference to `PyModule_GetDict'
  [...]

  PR:           253815

Changes:
  head/games/adonthell/Makefile

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to