summaryrefslogtreecommitdiff
path: root/media-gfx/fbida/files/fbida-2.14-cpp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/fbida/files/fbida-2.14-cpp.patch')
-rw-r--r--media-gfx/fbida/files/fbida-2.14-cpp.patch6
1 files changed, 6 insertions, 0 deletions
diff --git a/media-gfx/fbida/files/fbida-2.14-cpp.patch b/media-gfx/fbida/files/fbida-2.14-cpp.patch
new file mode 100644
index 000000000000..1e7635bbd2a9
--- /dev/null
+++ b/media-gfx/fbida/files/fbida-2.14-cpp.patch
@@ -0,0 +1,6 @@
+--- a/scripts/jpeg-version.sh
++++ b/scripts/jpeg-version.sh
+@@ -1,2 +1,2 @@
+ #!/bin/sh
+-echo JPEG_LIB_VERSION | cpp $CFLAGS -include jpeglib.h | tail -1
++echo JPEG_LIB_VERSION | $CPP $CFLAGS -include jpeglib.h - | tail -1