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
91dc4b50
Commit
91dc4b50
authored
Feb 02, 2015
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop 604_nx-X11_recent-freetype-API.full.patch. Not used in current build process.
parent
237d7487
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
16 deletions
+0
-16
604_nx-X11_recent-freetype-API.full.patch
debian/patches/604_nx-X11_recent-freetype-API.full.patch
+0
-15
series
debian/patches/series
+0
-1
No files found.
debian/patches/604_nx-X11_recent-freetype-API.full.patch
deleted
100644 → 0
View file @
237d7487
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 @
91dc4b50
...
...
@@ -65,7 +65,6 @@
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
605_nxcomp_Types.h-dont-use-STL-internals-on-libc++.full+lite.patch
606_nx-X11_build-on-aarch64.full.patch
607_nxcomp_macosx-X11-launcher-in-private-tmp.full+lite.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