15 lines
472 B
Plaintext
15 lines
472 B
Plaintext
$OpenBSD: patch-admin_pkgconfig_openal_pc_in,v 1.3 2009/12/16 20:00:41 naddy Exp $
|
|
--- admin/pkgconfig/openal.pc.in.orig Sat Feb 11 10:36:55 2006
|
|
+++ admin/pkgconfig/openal.pc.in Thu Oct 15 15:12:25 2009
|
|
@@ -5,8 +5,8 @@ includedir=@includedir@
|
|
|
|
Name: OpenAL
|
|
Description: OpenAL is a cross-platform 3D audio API.
|
|
-Requires: @requirements@
|
|
+Requires:
|
|
Version: @PACKAGE_VERSION@
|
|
-Libs: -L${libdir} -lopenal
|
|
+Libs: -L${libdir} -lopenal -lsndio
|
|
Cflags: -I${includedir}
|
|
|