ports/devel/tevent/files/patch-wscript
Timur I. Bakeyev 69b373d2cb Update relevant ports to the latest release and fix disappeared --prefix
from the bsd.ports.mk.

PR:		180102, 180103, 180136
2013-07-01 02:36:07 +00:00

20 lines
658 B
Text

--- wscript.orig 2013-03-02 08:57:47.000000000 +0000
+++ wscript 2013-06-30 06:22:09.109879947 +0000
@@ -90,7 +90,7 @@
SRC += ' tevent_epoll.c'
if bld.env.standalone_tevent:
- bld.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig'
+ bld.env.PKGCONFIGDIR = '%%PKGCONFIGDIR%%'
private_library = False
else:
private_library = True
@@ -120,7 +120,7 @@
pattern='tevent.py',
installdir='python')
- bld.INSTALL_WILDCARD('${PYTHONARCHDIR}', 'tevent.py', flat=False)
+ bld.INSTALL_WILDCARD('${PYTHONARCHDIR}', 'tevent.py*', flat=False)
def test(ctx):