bhyve-fw: drop CSM
[oi-userland.git] / components / library / FreeImage / patches / 02-genfipsrclist.sh.patch
blob7e8f119d3fbb9abb04496bc91d3df3297de5b2a5
1 --- FreeImage/genfipsrclist.sh Tue May 24 10:15:34 2022
2 +++ FreeImage/genfipsrclist_.sh Tue May 24 10:15:41 2022
3 @@ -1,6 +1,6 @@
4 -#!/bin/sh
5 +#!/bin/bash
7 -DIRLIST=". Source Source/Metadata Source/FreeImageToolkit Source/LibJPEG Source/LibPNG Source/LibTIFF4 Source/ZLib Source/LibOpenJPEG Source/OpenEXR Source/OpenEXR/Half Source/OpenEXR/Iex Source/OpenEXR/IlmImf Source/OpenEXR/IlmThread Source/OpenEXR/Imath Source/OpenEXR/IexMath Source/LibRawLite Source/LibRawLite/dcraw Source/LibRawLite/internal Source/LibRawLite/libraw Source/LibRawLite/src Source/LibWebP Source/LibJXR Source/LibJXR/common/include Source/LibJXR/image/sys Source/LibJXR/jxrgluelib Wrapper/FreeImagePlus"
8 +DIRLIST="Wrapper/FreeImagePlus"
11 echo "VER_MAJOR = 3" > fipMakefile.srcs
12 @@ -19,5 +19,6 @@ echo -n "INCLUDE =" >> fipMakefile.srcs
13 for DIR in $DIRLIST; do
14 echo -n " -I$DIR" >> fipMakefile.srcs
15 done
16 +echo -n " -IDist" >> fipMakefile.srcs
17 echo >> fipMakefile.srcs