aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freetype/freetype-2.3.9/libtool-tag.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/freetype/freetype-2.3.9/libtool-tag.patch')
-rw-r--r--recipes/freetype/freetype-2.3.9/libtool-tag.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/recipes/freetype/freetype-2.3.9/libtool-tag.patch b/recipes/freetype/freetype-2.3.9/libtool-tag.patch
deleted file mode 100644
index 2f096cdd46..0000000000
--- a/recipes/freetype/freetype-2.3.9/libtool-tag.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- freetype-2.3.6/builds/unix/unix-cc.in
-+++ freetype-2.3.6/builds/unix/unix-cc.in
-@@ -88,7 +88,7 @@
- #
- #
- CCraw := $(CC)
--CC := $(LIBTOOL) --mode=compile $(CCraw)
-+CC := $(LIBTOOL) --tag=CC --mode=compile $(CCraw)
-
- # Linker flags.
- #
-@@ -105,7 +105,7 @@
-
- # Library linking
- #
--LINK_LIBRARY = $(LIBTOOL) --mode=link $(CCraw) -o $@ $(OBJECTS_LIST) \
-+LINK_LIBRARY = $(LIBTOOL) --tag=CC --mode=link $(CCraw) -o $@ $(OBJECTS_LIST) \
- -rpath $(libdir) -version-info $(version_info) \
- $(LDFLAGS) -no-undefined \
- # -export-symbols $(EXPORTS_LIST)