mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
506 B
Plaintext
16 lines
506 B
Plaintext
$NetBSD: patch-src_pl_plpython_Makefile,v 1.1 2013/12/10 22:32:56 adam Exp $
|
|
|
|
Don't try to use Python framework.
|
|
|
|
--- src/pl/plpython/Makefile.orig 2013-12-10 21:48:07.000000000 +0000
|
|
+++ src/pl/plpython/Makefile
|
|
@@ -24,8 +24,6 @@ endif
|
|
# Darwin (OS X) has its own ideas about how to do this.
|
|
ifeq ($(PORTNAME), darwin)
|
|
shared_libpython = yes
|
|
-override python_libspec = -framework Python
|
|
-override python_additional_libs =
|
|
endif
|
|
|
|
# If we don't have a shared library and the platform doesn't allow it
|