summaryrefslogtreecommitdiffstats
path: root/graphics/librsvg/files/patch-configure
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /graphics/librsvg/files/patch-configure
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/librsvg/files/patch-configure')
-rw-r--r--graphics/librsvg/files/patch-configure30
1 files changed, 0 insertions, 30 deletions
diff --git a/graphics/librsvg/files/patch-configure b/graphics/librsvg/files/patch-configure
deleted file mode 100644
index e34540082..000000000
--- a/graphics/librsvg/files/patch-configure
+++ /dev/null
@@ -1,30 +0,0 @@
---- configure.orig Thu Jan 17 13:54:07 2002
-+++ configure Mon Mar 22 23:16:08 2004
-@@ -5397,6 +5397,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -6020,7 +6021,8 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
--#include <freetype/freetype.h>
-+#include <ft2build.h>
-+#include FT_FREETYPE_H
-
- char*
- my_strdup (char *str)
-@@ -6114,7 +6116,8 @@
- #include "confdefs.h"
-
- #include <stdio.h>
--#include <freetype/freetype.h>
-+#include <ft2build.h>
-+#include FT_FREETYPE_H
-
- int main() {
- return 0;