1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00

Remove patch that may cause build breakage if XFREE86_VERSION == 4.

This commit is contained in:
Maxim Sobolev 2001-05-11 15:36:42 +00:00
parent a79110dac4
commit faeaffbcb3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42520
2 changed files with 0 additions and 20 deletions

View File

@ -1,10 +0,0 @@
--- librsvg/rsvg-ft.c.orig Sun Oct 22 05:24:29 2000
+++ librsvg/rsvg-ft.c Fri Jan 12 10:32:10 2001
@@ -30,3 +30,7 @@
+#ifdef __FreeBSD__
+#include <freetype2/freetype/freetype.h>
+#else
#include <freetype/freetype.h>
+#endif

View File

@ -1,10 +0,0 @@
--- librsvg/rsvg-ft.c.orig Sun Oct 22 05:24:29 2000
+++ librsvg/rsvg-ft.c Fri Jan 12 10:32:10 2001
@@ -30,3 +30,7 @@
+#ifdef __FreeBSD__
+#include <freetype2/freetype/freetype.h>
+#else
#include <freetype/freetype.h>
+#endif