diff options
| author | Mark H Weaver <mhw@netris.org> | 2015-07-16 23:32:51 -0400 |
|---|---|---|
| committer | Mark H Weaver <mhw@netris.org> | 2015-07-17 01:42:35 -0400 |
| commit | 2fdc68274282a0e6243c706ea6d97785be4ead3b (patch) | |
| tree | d7dc192a23b5afeb284c6cba415caccb9faec45c /gnu | |
| parent | 355e53c4ca95b309b74a815559a960e0624b034f (diff) | |
gnu: icecat: Add patch to adapt to freetype 2.6.
* gnu/packages/patches/icecat-freetype-2.6.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add patch.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gnuzilla.scm | 1 | ||||
| -rw-r--r-- | gnu/packages/patches/icecat-freetype-2.6.patch | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 8be3d488712..dfa1d5d8a43 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm | |||
| @@ -279,6 +279,7 @@ standards.") | |||
| 279 | "db/sqlite3")) | 279 | "db/sqlite3")) |
| 280 | #t)) | 280 | #t)) |
| 281 | (patches (map search-patch '("icecat-enable-acceleration-and-webgl.patch" | 281 | (patches (map search-patch '("icecat-enable-acceleration-and-webgl.patch" |
| 282 | "icecat-freetype-2.6.patch" | ||
| 282 | "icecat-libvpx-1.4.patch"))))) | 283 | "icecat-libvpx-1.4.patch"))))) |
| 283 | (build-system gnu-build-system) | 284 | (build-system gnu-build-system) |
| 284 | (inputs | 285 | (inputs |
diff --git a/gnu/packages/patches/icecat-freetype-2.6.patch b/gnu/packages/patches/icecat-freetype-2.6.patch new file mode 100644 index 00000000000..ef69f2f7154 --- /dev/null +++ b/gnu/packages/patches/icecat-freetype-2.6.patch | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | Adapt to freetype 2.6. This patch copied from upstream, see: | ||
| 2 | https://bugzilla.mozilla.org/show_bug.cgi?id=1143411 | ||
| 3 | https://hg.mozilla.org/mozilla-central/rev/afd840d66e6a | ||
| 4 | |||
| 5 | --- a/config/system-headers | ||
| 6 | +++ b/config/system-headers | ||
| 7 | @@ -415,6 +415,7 @@ freetype/ftbitmap.h | ||
| 8 | freetype/ftxf86.h | ||
| 9 | freetype.h | ||
| 10 | ftcache.h | ||
| 11 | +ftfntfmt.h | ||
| 12 | ftglyph.h | ||
| 13 | ftsynth.h | ||
| 14 | ftoutln.h | ||
