aboutsummaryrefslogtreecommitdiff
path: root/polish/kadu/files/patch-configure
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-10-23 03:07:48 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-10-23 03:07:48 +0000
commitec061a30a8a61d08dbaea808ebaf0fca5821c2f4 (patch)
tree7e77480a07ed267c2c91d10f699922127ce78d3e /polish/kadu/files/patch-configure
parentf4b845a2b458788db1c2ab07769d160aa557cb67 (diff)
downloadports-ec061a30a8a61d08dbaea808ebaf0fca5821c2f4.tar.gz
ports-ec061a30a8a61d08dbaea808ebaf0fca5821c2f4.zip
Notes
Diffstat (limited to 'polish/kadu/files/patch-configure')
-rw-r--r--polish/kadu/files/patch-configure51
1 files changed, 0 insertions, 51 deletions
diff --git a/polish/kadu/files/patch-configure b/polish/kadu/files/patch-configure
deleted file mode 100644
index 9f1112b493aa..000000000000
--- a/polish/kadu/files/patch-configure
+++ /dev/null
@@ -1,51 +0,0 @@
---- configure.orig Tue Aug 9 22:53:04 2005
-+++ configure Wed Aug 10 00:03:04 2005
-@@ -4111,20 +4111,14 @@
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h. */
-
--int
--main ()
-+#include <execinfo.h>
-+int main()
- {
--
-- #include <execinfo.h>
-- int main()
-- {
-- char* data;
-- backtrace(&data, 100);
-- }
--
-- ;
-+ char* data;
-+ backtrace(&data, 100);
- return 0;
- }
-+
- _ACEOF
- rm -f conftest.$ac_objext conftest$ac_exeext
- if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-@@ -4179,18 +4173,11 @@
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h. */
-
--int
--main ()
-+#include <execinfo.h>
-+int main ()
- {
--
-- #include <execinfo.h>
-- int main()
-- {
-- char* data;
-- backtrace(&data, 100);
-- }
--
-- ;
-+ char* data;
-+ backtrace(&data, 100);
- return 0;
- }
- _ACEOF