SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
lang/clisp/patches/patch-modules_regexp_Makefile_in
Normal file
14
lang/clisp/patches/patch-modules_regexp_Makefile_in
Normal file
|
@ -0,0 +1,14 @@
|
|||
Fix rules for parallel make.
|
||||
|
||||
Index: modules/regexp/Makefile.in
|
||||
--- modules/regexp/Makefile.in.orig
|
||||
+++ modules/regexp/Makefile.in
|
||||
@@ -44,7 +44,7 @@ preload.lisp : $(srcdir)/preload.lisp
|
||||
am--refresh :
|
||||
|
||||
# regexp relies on src/gllib, so we must also include files in the build dir
|
||||
-gllib libgnu_rx.a : force
|
||||
+gllib libgnu_rx.a &: force
|
||||
rm -f libgnu_rx.a
|
||||
mkdir -p gllib
|
||||
test -f gllib/Makefile || sh config.status gllib/Makefile depfiles
|
Loading…
Add table
Add a link
Reference in a new issue