f6bb42b4ff
simplify port drastically by removing str* patches, these might be revived one day as an external patch no objections from maintainer
13 lines
422 B
Plaintext
13 lines
422 B
Plaintext
$OpenBSD: patch-configure,v 1.5 2007/10/12 20:12:19 sturm Exp $
|
|
--- configure.orig Tue May 29 20:07:07 2007
|
|
+++ configure Sun Sep 2 16:14:30 2007
|
|
@@ -17941,7 +17941,7 @@ echo $ECHO_N "checking Checking for GCC Specific compi
|
|
if test x"$GCC" = "xyes"; then
|
|
|
|
|
|
- GCC_CFLAG="-g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized"
|
|
+ GCC_CFLAG=""
|
|
{ echo "$as_me:$LINENO: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6; }
|
|
|