blob: d73d1aa6e82a2eba2e41825ed0a00675bf847655 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
--- configure.orig 2025-02-16 15:23:15 UTC
+++ configure
@@ -752,7 +752,6 @@ fi
## check for various headers
-need_include inttypes.h
if [ "$use_zlib" != no ]; then
remember_use zlib
@@ -924,11 +923,11 @@ if [ "$use_nas" != no ]; then
if [ "$use_nas" != no ]; then
remember_use nas
- check_include audio/audiolib.h "/usr/X11R6/include"
+ check_include audio/audiolib.h ""
retval1=$?
retval2=1
if [ $retval1 -eq 0 ]; then
- check_libs audio "X11 Xt m" "/usr/X11R6/lib /usr/X11/lib /usr/lib/X11" <<EOF
+ check_libs audio "X11 Xt m" " /usr/local/lib /usr/local/lib/X11" <<EOF
int main(int argc, char **argv) { return 0; }
EOF
retval2=$?
@@ -1246,7 +1245,7 @@ else
if [ "$use_debug" = "yes" ]; then
append_nodupe CFLAGS -g3
else
- append_nodupe CFLAGS -Os -pipe -fomit-frame-pointer
+ append_nodupe CFLAGS
fi
EXTRA_CFLAGS="$CFLAGS"
|