openbsd-ports/audio/openal/patches/patch-admin_pkgconfig_openal_pc_in
jasper aea74efec6 - @requirements@ wasn't properly set in openal.pc, causing openal to never
get picked up.
- regen patches while here

from brad@
2008-04-04 09:33:10 +00:00

13 lines
435 B
Plaintext

$OpenBSD: patch-admin_pkgconfig_openal_pc_in,v 1.1 2008/04/04 09:33:10 jasper Exp $
--- admin/pkgconfig/openal.pc.in.orig Sat Feb 11 04:36:55 2006
+++ admin/pkgconfig/openal.pc.in Tue Apr 1 15:41:59 2008
@@ -5,7 +5,7 @@ includedir=@includedir@
Name: OpenAL
Description: OpenAL is a cross-platform 3D audio API.
-Requires: @requirements@
+Requires:
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lopenal
Cflags: -I${includedir}