freebsd-ports/graphics/ivtools/files/patch-config_rules.def
Simon L. B. Nielsen f663d9082e - Upgrade to 1.2.3.
- Use external libtiff.
- Unmark FORBIDDEN.
- Unmark BROKEN since it seems to work on FreeBSD 6.X+ and !i386 now
  (at least the platforms I could test).

Initial upgrade work by:	fenner
2006-04-14 17:38:45 +00:00

24 lines
442 B
Modula-2

$FreeBSD$
--- config/rules.def.orig
+++ config/rules.def
@@ -1054,6 +1054,9 @@
* Install header files on Linux.
*/
+#define InstallIncludes(dir) @@\
+install::
+
#ifndef InstallIncludes
#if InstallRelative
#define InstallIncludes(dir) @@\
@@ -1071,6 +1074,8 @@
#endif
#endif
+#define InstallInclude(dir, file) @@\
+install::
#ifndef InstallInclude
#if InstallRelative
#define InstallInclude(dir, file) @@\