Files
Joshua Root f35b20cae8 py-appscript: update to 1.2.2
Remove fixed MAC_OS_X_VERSION_MIN_REQUIRED setting, and don't set
__LP64__ when building for 32-bit archs.

Closes: https://trac.macports.org/ticket/68778
2023-11-26 10:59:34 +11:00

13 lines
402 B
Diff

--- setup.py.orig 2023-11-26 10:49:23
+++ setup.py 2023-11-26 10:50:35
@@ -23,9 +23,6 @@
ext_modules = [
Extension('aem.ae',
sources=['ext/ae.c'],
- extra_compile_args=[
- '-D__LP64__', # build fails on 10.14 due to Carbon.h issues unless this is explicitly declared
- ],
extra_link_args=[
'-framework', 'CoreFoundation',
'-framework', 'ApplicationServices',