mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Fix build on build clusters, hopefully.
This commit is contained in:
parent
636aac512e
commit
e2949efece
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133030
10
devel/py-freebsd/files/patch-setup.py
Normal file
10
devel/py-freebsd/files/patch-setup.py
Normal file
@ -0,0 +1,10 @@
|
||||
--- setup.py.orig Mon Apr 11 23:31:45 2005
|
||||
+++ setup.py Mon Apr 11 23:32:09 2005
|
||||
@@ -52,6 +52,7 @@
|
||||
"freebsd",
|
||||
["src/freebsdmodule.c"],
|
||||
libraries=libs,
|
||||
+ library_dirs=['/lib', '/usr/lib'],
|
||||
depends=DEPENDS,
|
||||
)
|
||||
],
|
Loading…
Reference in New Issue
Block a user