diff options
Diffstat (limited to 'graphics/libecwj2/files/patch-Makefile.am')
-rw-r--r-- | graphics/libecwj2/files/patch-Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/libecwj2/files/patch-Makefile.am b/graphics/libecwj2/files/patch-Makefile.am new file mode 100644 index 000000000000..0ea9d5ecaeca --- /dev/null +++ b/graphics/libecwj2/files/patch-Makefile.am @@ -0,0 +1,16 @@ +--- Makefile.am.orig 2006-07-02 20:14:18.000000000 -0500 ++++ Makefile.am 2009-03-16 14:04:13.000000000 -0500 +@@ -1,3 +1,5 @@ ++AUTOMAKE_OPTIONS = foreign ++ + SUBDIRS = \ + Source + +@@ -127,7 +129,5 @@ + Source/include/gdt_pub.h \ + Source/include/gdt_stat.h \ + Source/include/pcs_erm.h \ +- Source/C/NCSEcw/lcms/include/lcms.h \ +- Source/C/NCSEcw/lcms/include/icc34.h \ + Source/NCSBuildGnu/NCSGnuConfig.h + |