SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
databases/xapian-bindings/patches/patch-python3_Makefile_in
Normal file
12
databases/xapian-bindings/patches/patch-python3_Makefile_in
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: python3/Makefile.in
|
||||
--- python3/Makefile.in.orig
|
||||
+++ python3/Makefile.in
|
||||
@@ -1290,7 +1290,7 @@ xapian/__pycache__/__init__.@PYTHON3_CACHE_OPT1_EXT@:
|
||||
|
||||
xapian/_xapian$(PYTHON3_EXT_SUFFIX): _xapian.la
|
||||
$(MKDIR_P) xapian
|
||||
- $(LIBTOOL) --config > libtoolconfig.tmp
|
||||
+ $(LIBTOOL) --config | grep -v pic > libtoolconfig.tmp
|
||||
. ./libtoolconfig.tmp; cp $$objdir/_xapian$(PYTHON3_EXT_SUFFIX) xapian
|
||||
rm -f libtoolconfig.tmp
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue