1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/graphics/sane/files/patch-af
Ade Lovett b1818d8e40 Make sane build with gimp >= 1.1.27
PR:		21993
Submitted by:	Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
2000-11-18 03:56:52 +00:00

13 lines
250 B
Plaintext

--- frontend/xscanimage.c.orig Sun Oct 15 08:12:12 2000
+++ frontend/xscanimage.c Sun Oct 15 08:12:39 2000
@@ -57,6 +57,8 @@
#ifdef HAVE_LIBGIMP_GIMP_H
+#define GIMP_ENABLE_COMPAT_CRUFT
+
#include <libgimp/gimp.h>
static void query (void);