SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
math/p5-Math-GMPz/patches/patch-Random_Makefile_PL
Normal file
14
math/p5-Math-GMPz/patches/patch-Random_Makefile_PL
Normal file
|
@ -0,0 +1,14 @@
|
|||
Index: Random/Makefile.PL
|
||||
--- Random/Makefile.PL.orig
|
||||
+++ Random/Makefile.PL
|
||||
@@ -11,8 +11,8 @@ my %options = %{
|
||||
'../typemap'
|
||||
],
|
||||
'NAME' => 'Math::GMPz::Random',
|
||||
- 'LIBS' => $LIBS,
|
||||
- 'INC' => $INC,
|
||||
+ 'LIBS' => ["$ENV{LDFLAGS} -lgmp"],
|
||||
+ 'INC' => "$ENV{CPPFLAGS}",
|
||||
'DEFINE' => $DEFS,
|
||||
'VERSION_FROM' => 'Random.pm'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue