Add a patch to fix configure on -STABLE.
This commit is contained in:
parent
3c902c9714
commit
34994b8375
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115164
2 changed files with 38 additions and 0 deletions
19
devel/callgrind/files/patch-configure
Normal file
19
devel/callgrind/files/patch-configure
Normal file
|
@ -0,0 +1,19 @@
|
|||
--- configure.orig Sat Jul 31 20:09:02 2004
|
||||
+++ configure Sat Jul 31 20:09:18 2004
|
||||
@@ -3212,16 +3212,9 @@
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
/* end confdefs.h. */
|
||||
|
||||
-int
|
||||
-main ()
|
||||
-{
|
||||
-
|
||||
#include "vg_skin.h"
|
||||
int main() { return 0 ; }
|
||||
|
||||
- ;
|
||||
- return 0;
|
||||
-}
|
||||
_ACEOF
|
||||
rm -f conftest.$ac_objext
|
||||
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
19
devel/calltree/files/patch-configure
Normal file
19
devel/calltree/files/patch-configure
Normal file
|
@ -0,0 +1,19 @@
|
|||
--- configure.orig Sat Jul 31 20:09:02 2004
|
||||
+++ configure Sat Jul 31 20:09:18 2004
|
||||
@@ -3212,16 +3212,9 @@
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
/* end confdefs.h. */
|
||||
|
||||
-int
|
||||
-main ()
|
||||
-{
|
||||
-
|
||||
#include "vg_skin.h"
|
||||
int main() { return 0 ; }
|
||||
|
||||
- ;
|
||||
- return 0;
|
||||
-}
|
||||
_ACEOF
|
||||
rm -f conftest.$ac_objext
|
||||
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
Loading…
Reference in a new issue