diff options
| author | Jason E. Hale <jhale@FreeBSD.org> | 2017-01-19 04:39:37 +0000 |
|---|---|---|
| committer | Jason E. Hale <jhale@FreeBSD.org> | 2017-01-19 04:39:37 +0000 |
| commit | 70e33ecd6f8ded6c13a02b8261fe46374b73b018 (patch) | |
| tree | d20164b43831b535e2ee10ed8c531d9732431fd9 /graphics/libraw/files/patch-Makefile.in | |
| parent | - Update to 0.31.1 (diff) | |
- Update graphics/libraw to 0.18.0
- Complete conversion to options helpers
- Add options for JPEG and JASPER support
- Side note: This had a dependency on jpeg before, so the JPEG
option default is ON. However, the configure script wasn't
detecting it previously.
- Silence MKDIRs
- Take maintainership
- Chase shared library bump
Changes: http://www.libraw.org/download#changelog
Diffstat (limited to 'graphics/libraw/files/patch-Makefile.in')
| -rw-r--r-- | graphics/libraw/files/patch-Makefile.in | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/graphics/libraw/files/patch-Makefile.in b/graphics/libraw/files/patch-Makefile.in index 9c10d81c15f8..364c8cefa66d 100644 --- a/graphics/libraw/files/patch-Makefile.in +++ b/graphics/libraw/files/patch-Makefile.in @@ -1,16 +1,14 @@ ---- Makefile.in.orig 2013-12-23 02:36:04.000000000 +0200 -+++ Makefile.in 2013-12-23 02:36:23.000000000 +0200 -@@ -462,12 +462,7 @@ +--- Makefile.in.orig 2016-12-27 15:20:16 UTC ++++ Makefile.in +@@ -474,10 +474,7 @@ nobase_include_HEADERS = libraw/libraw.h # Docs -doc_DATA = COPYRIGHT \ - LICENSE.CDDL \ - LICENSE.LGPL \ -- LICENSE.LibRaw.pdf \ - Changelog.txt -- -+doc_DATA = ++doc_DATA = + # pkg-config .pc files - pkgconfigdir = $(libdir)/pkgconfig |
