diff options
Diffstat (limited to 'graphics/airsaned/files/patch-imageformats-pngencoder.cpp')
-rw-r--r-- | graphics/airsaned/files/patch-imageformats-pngencoder.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/airsaned/files/patch-imageformats-pngencoder.cpp b/graphics/airsaned/files/patch-imageformats-pngencoder.cpp deleted file mode 100644 index 14d8e66c4d75..000000000000 --- a/graphics/airsaned/files/patch-imageformats-pngencoder.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- imageformats/pngencoder.cpp.orig 2021-02-01 18:41:51 UTC -+++ imageformats/pngencoder.cpp -@@ -17,11 +17,17 @@ along with this program. If not, see <http://www.gnu. - */ - - #include "pngencoder.h" -+#ifdef __FreeBSD__ -+#include <png.h> -+#else - #include <libpng/png.h> -+#endif - #include <stdexcept> - #include <vector> - #if __APPLE__ - #include <machine/endian.h> -+#elif __FreeBSD__ -+#include <sys/endian.h> - #else - #include <endian.h> - #endif |