Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | Index: fbida-2.13/GNUmakefile |
| 2 | =================================================================== |
| 3 | --- fbida-2.13.orig/GNUmakefile |
| 4 | +++ fbida-2.13/GNUmakefile |
| 5 | @@ -53,8 +53,7 @@ include $(srcdir)/mk/Autoconf.mk |
| 6 | |
| 7 | ac_jpeg_ver = $(shell \ |
| 8 | $(call ac_init,for libjpeg version);\ |
| 9 | - $(call ac_s_cmd,echo JPEG_LIB_VERSION \ |
| 10 | - | cpp -include jpeglib.h | tail -n 1);\ |
| 11 | + $(call ac_s_cmd,cpp -include jpeglib.h -dM -E -x c /dev/null | grep 'define JPEG_LIB_VERSION' | cut -f 3 -d' ');\ |
| 12 | $(call ac_fini)) |
| 13 | |
| 14 | define make-config |