summaryrefslogtreecommitdiff
path: root/devel/sdl12/files/patch-sdl.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/sdl12/files/patch-sdl.pc.in')
-rw-r--r--devel/sdl12/files/patch-sdl.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/sdl12/files/patch-sdl.pc.in b/devel/sdl12/files/patch-sdl.pc.in
new file mode 100644
index 000000000000..2ba3a62f80e9
--- /dev/null
+++ b/devel/sdl12/files/patch-sdl.pc.in
@@ -0,0 +1,12 @@
+#
+# Temporary hack to provide iconv include directory is well
+# (sdl explicitly includes iconv.h)
+#
+--- sdl.pc.in.orig Thu Aug 31 03:47:07 2006
++++ sdl.pc.in Thu Aug 31 03:47:19 2006
+@@ -11,4 +11,4 @@
+ Requires:
+ Conflicts:
+ Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@
+-Cflags: -I${includedir}/SDL @SDL_CFLAGS@
++Cflags: -I${includedir}/SDL -I${includedir} @SDL_CFLAGS@