Attached a patch suggestion.
diff -ur openalsourceorig/openal-0.0.8/debian/openal-config.1 openaldevsource/openal-0.0.8/debian/openal-config.1
--- openalsourceorig/openal-0.0.8/debian/openal-config.1	2008-02-08 16:19:21.000000000 +0100
+++ openaldevsource/openal-0.0.8/debian/openal-config.1	2008-02-08 16:16:46.000000000 +0100
@@ -39,12 +39,12 @@
 To compile a C source file for use in an executable program that uses OpenAL,
 type a command like this:
 .IP
-.B gcc $(sdl\-config \-\-cflags) \-c main.c \-o main.o
+.B gcc $(openal\-config \-\-cflags) \-c main.c \-o main.o
 .PP
 To link the resulting object file into an executable program, use a command like
 the following:
 .IP
-.B gcc \-o my_app main.o util.o $(sdl\-config \-\-libs)
+.B gcc \-o my_app main.o util.o $(openal\-config \-\-libs)
 .SH AUTHOR
 OpenAL was written by Juan Carlos Arevalo Baeza, Jonathan Blow, Keith Charley,
 Scott Draeker, John Grantham, Jacob Hawley, Garin Hiebert, Carlos Hasan, Nathan
diff -ur openalsourceorig/openal-0.0.8/debian/README.Debian openaldevsource/openal-0.0.8/debian/README.Debian
--- openalsourceorig/openal-0.0.8/debian/README.Debian	2008-02-08 16:19:21.000000000 +0100
+++ openaldevsource/openal-0.0.8/debian/README.Debian	2008-02-08 16:23:44.000000000 +0100
@@ -9,8 +9,8 @@
 (define devices '(native esd))
 
 When building applications with openal support, don't forget to explicitly
-link with `sdl-config --libs`.  Otherwise, various X libs that SDL depends on
-won't be pulled in even when linking dynamically.  For static builds, all
-those libs need to be listed anyway.
+link with `openal-config --libs`.  Otherwise, other libs that openal could
+depend on won't be pulled in even when linking dynamically.  For static
+builds, all those libs need to be listed anyway.
 
 2002-03-01	Daniel Kobras <[EMAIL PROTECTED]>
Sólo en openaldevsource: openalpatch.diff

Reply via email to