Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
2382d883
Commit
2382d883
authored
Dec 03, 2013
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add patch 604_nx-X11_recent-freetype-API.full.patch. Fix FTBFS against recent…
Add patch 604_nx-X11_recent-freetype-API.full.patch. Fix FTBFS against recent (>= 2.5.0) libfreetype6 API.
parent
8cd7d82d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
0 deletions
+18
-0
changelog
debian/changelog
+2
-0
604_nx-X11_recent-freetype-API.full.patch
debian/patches/604_nx-X11_recent-freetype-API.full.patch
+15
-0
series
debian/patches/series
+1
-0
No files found.
debian/changelog
View file @
2382d883
...
...
@@ -6,6 +6,8 @@ nx-libs (2:3.5.0.22-0x2go1) UNRELEASED; urgency=low
issues. (Fixes: #314).
[ Mike Gabriel ]
* Add patch 604_nx-X11_recent-freetype-API.full.patch. Fix FTBFS against
recent (>= 2.5.0) libfreetype6 API.
* debian/source/format:
+ Switch to format 1.0.
* debian/control:
...
...
debian/patches/604_nx-X11_recent-freetype-API.full.patch
0 → 100644
View file @
2382d883
Description: Fix FTBFS against libfreetype6 (>= 2.5.0)
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
--- a/nx-X11/lib/Xft/xftglyphs.c
+++ b/nx-X11/lib/Xft/xftglyphs.c
@@ -23,7 +23,9 @@
*/
#include "xftint.h"
-#include <freetype/ftoutln.h>
+
+#include <ft2build.h>
+#include FT_FREETYPE_H
static const int filters[3][3] = {
/* red */
debian/patches/series
View file @
2382d883
...
...
@@ -49,6 +49,7 @@
601_nx-X11_build-option-changes-to-not-use-bundled-libraries.full.patch
602_nx-X11_initgroups.full.patch
603_nx-X11_compilation_warnings.full.patch
604_nx-X11_recent-freetype-API.full.patch
999_nxagent_unbrand-nxagent-brand-x2goagent.full.patch
016_nx-X11_install-location.debian.patch
102_xserver-xext_set-securitypolicy-path.debian.patch
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment