mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-15 06:55:09 +02:00
6 lines
211 B
Diff
6 lines
211 B
Diff
--- 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 -include jpeglib.h | tail -1
|