diff options
Diffstat (limited to 'comms/soundmodem/files/patch-configure')
-rw-r--r-- | comms/soundmodem/files/patch-configure | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/comms/soundmodem/files/patch-configure b/comms/soundmodem/files/patch-configure index d34e203d90db..34a3253c92c1 100644 --- a/comms/soundmodem/files/patch-configure +++ b/comms/soundmodem/files/patch-configure @@ -1,22 +1,20 @@ ---- configure.orig Tue Sep 12 14:52:56 2006 -+++ configure Tue Sep 12 16:48:30 2006 -@@ -7912,7 +7912,8 @@ +--- configure.orig 2012-11-07 05:55:37.000000000 -0500 ++++ configure 2012-11-07 07:02:34.000000000 -0500 +@@ -844,7 +844,7 @@ + psdir='${docdir}' + libdir='${exec_prefix}/lib' + localedir='${datarootdir}/locale' +-mandir='${datarootdir}/man' ++mandir='${prefix}/man' + + ac_prev= + ac_dashdash= +@@ -7265,7 +7265,7 @@ int main () { - +#include <stdio.h> -+printf("RUNNING a conftest!\n"); /* ensure backward compatibility */ #if !defined(SND_LIB_MAJOR) && defined(SOUNDLIB_VERSION_MAJOR) #define SND_LIB_MAJOR SOUNDLIB_VERSION_MAJOR -@@ -7979,9 +7980,6 @@ - - echo "$as_me:$LINENO: result: not present." >&5 - echo "${ECHO_T}not present." >&6 -- { { echo "$as_me:$LINENO: error: Sufficiently new version of libasound not found." >&5 --echo "$as_me: error: Sufficiently new version of libasound not found." >&2;} -- { (exit 1); exit 1; }; } - alsa_found=no - - fi |