mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
PR: 228050 Submitted by: Hung-Yi Chen - fix python build - add LICENSE for slave port - make portlint happier - bump PORTREVISION on ports using the shared lib
10 lines
335 B
Python
10 lines
335 B
Python
--- setup.py.orig 2017-11-02 17:38:01 UTC
|
|
+++ setup.py
|
|
@@ -30,6 +30,6 @@ setup(name="miniupnpc",
|
|
cmdclass={'build_ext': make_then_build_ext},
|
|
ext_modules=[
|
|
Extension(name="miniupnpc", sources=["miniupnpcmodule.c"],
|
|
- extra_objects=EXT)
|
|
+ libraries=["miniupnpc"])
|
|
])
|
|
|