eea121e0d7
From brad, with tweaks by ajacoutot@ and me. Tested by many on ports@ Ok ajacoutot@
13 lines
497 B
Plaintext
13 lines
497 B
Plaintext
$OpenBSD: patch-sdl_pc_in,v 1.2 2012/03/02 09:10:38 dcoppa Exp $
|
|
--- sdl.pc.in.orig Mon Oct 12 19:07:20 2009
|
|
+++ sdl.pc.in Sat Nov 7 13:30:12 2009
|
|
@@ -10,6 +10,5 @@ Description: Simple DirectMedia Layer is a cross-platf
|
|
Version: @SDL_VERSION@
|
|
Requires:
|
|
Conflicts:
|
|
-Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@
|
|
-Libs.private: @SDL_STATIC_LIBS@
|
|
-Cflags: -I${includedir}/SDL @SDL_CFLAGS@
|
|
+Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@ @X_LIBS@
|
|
+Cflags: -I${includedir}/SDL @SDL_CFLAGS@ @X_CFLAGS@
|