openbsd-ports/print/hpijs/patches/patch-configure

24 lines
704 B
Plaintext

$OpenBSD: patch-configure,v 1.3 2004/02/20 17:39:06 millert Exp $
--- configure.orig Wed Oct 1 14:09:56 2003
+++ configure Tue Feb 17 14:47:44 2004
@@ -3362,7 +3362,7 @@ done
-for ac_header in fcntl.h malloc.h syslog.h unistd.h
+for ac_header in fcntl.h syslog.h unistd.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then
@@ -3960,8 +3960,8 @@ fi;
echo "$as_me:$LINENO: result: debug" >&5
echo "${ECHO_T}debug" >&6
else
- CFLAGS="-O2 -Wall"
- CXXFLAGS="-O2 -Wall"
+ # CFLAGS="-O2 -Wall"
+ # CXXFLAGS="-O2 -Wall"
echo "$as_me:$LINENO: result: release" >&5
echo "${ECHO_T}release" >&6
fi