Remove patch that prevents matwm2 to build with freetype2 2.6.1+
Somehow this patch missed the boat in the freetype2 update. Submitted by: antoine@
This commit is contained in:
parent
3e06303af6
commit
e43059d4c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403562
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
--- configure.orig 2013-12-24 20:50:01.000000000 +0100
|
||||
+++ configure 2013-12-24 20:50:14.000000000 +0100
|
||||
@@ -36,7 +36,7 @@
|
||||
x11) echo "X11/Xlib.h";;
|
||||
xext) echo "X11/extensions/shape.h";;
|
||||
xinerama) echo "X11/extensions/Xinerama.h";;
|
||||
- xft) echo "X11/Xft/Xft.h freetype/config/ftheader.h";;
|
||||
+ xft) echo "X11/Xft/Xft.h config/ftheader.h";;
|
||||
xproto) echo "X11/Xproto.h";;
|
||||
esac
|
||||
}
|
Loading…
Reference in a new issue