Ticket #13412: patch-configure

File patch-configure, 2.2 KB (added by mike@…, 16 years ago)
Line 
1--- configure.orig      Sat Jan 22 10:15:13 2005
2+++ configure   Sat Jan 22 10:20:39 2005
3@@ -502,7 +502,7 @@
4 includedir='${prefix}/include'
5 oldincludedir='/usr/include'
6 infodir='${prefix}/info'
7-mandir='${prefix}/man'
8+mandir='${prefix}/share/man'
9 
10 ac_prev=
11 for ac_option
12@@ -19121,9 +19121,10 @@
13                 PROFILE="-pg -g -O20 -D__NO_MATH_INLINES -fsigned-char -mv8" ;;
14         *-darwin*)
15                 PLUGIN_LDFLAGS="-module -avoid-version"
16-                DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char -Ddlsym=dlsym_auto_underscore"
17-                CFLAGS="-D__NO_MATH_INLINES -fsigned-char -Ddlsym=dlsym_auto_underscore"
18-                PROFILE="-g -pg -D__NO_MATH_INLINES -fsigned-char -Ddlsym=dlsym_auto_underscore" ;;
19+                DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char"
20+                CFLAGS="-D__NO_MATH_INLINES -fsigned-char"
21+                PROFILE="-g -pg -D__NO_MATH_INLINES -fsigned-char"
22+                LIBS="-Wl,-framework -Wl,AudioUnit" ;;
23         *)
24                 PLUGIN_LDFLAGS="-export-dynamic -avoid-version"
25                 DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char"
26@@ -19223,7 +19224,7 @@
27        DLOPEN_FLAG='(RTLD_LAZY)'
28        SHARED_LIB_EXT='.sl'
29        ;;
30-    *openbsd* | *netbsd* | *solaris2.7)
31+    *openbsd* | *netbsd* | *solaris2.7 | *darwin*)
32        DLOPEN_FLAG='(RTLD_LAZY)'
33        SHARED_LIB_EXT='.so'
34        ;;
35@@ -19245,7 +19246,7 @@
36 if test "$prefix" = "/usr"; then
37     MANDIR='$(datadir)/man'
38 else
39-    MANDIR='$(prefix)/man'
40+    MANDIR='$(prefix)/share/man'
41 fi
42 
43 
44@@ -24370,13 +24371,6 @@
45   { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
46 Usually this means the macro was only invoked conditionally." >&5
47 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
48-Usually this means the macro was only invoked conditionally." >&2;}
49-   { (exit 1); exit 1; }; }
50-fi
51-if test -z "${HAVE_ESD_TRUE}" && test -z "${HAVE_ESD_FALSE}"; then
52-  { { echo "$as_me:$LINENO: error: conditional \"HAVE_ESD\" was never defined.
53-Usually this means the macro was only invoked conditionally." >&5
54-echo "$as_me: error: conditional \"HAVE_ESD\" was never defined.
55 Usually this means the macro was only invoked conditionally." >&2;}
56    { (exit 1); exit 1; }; }
57 fi