aboutsummaryrefslogtreecommitdiff
path: root/libraries/ftgl/patches/gcc47.patch
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-01-21 11:06:00 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-01-21 11:06:00 +0700
commit84763a0fccd1db4c72f9a4565574760d893be3e2 (patch)
tree0ed6b694cf8b91249a95007cb0914dfeed8644eb /libraries/ftgl/patches/gcc47.patch
parentf6b097cc530a657971f2f3c306967ef3569deb19 (diff)
libraries/ftgl: Remove unused patches.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/ftgl/patches/gcc47.patch')
-rw-r--r--libraries/ftgl/patches/gcc47.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/libraries/ftgl/patches/gcc47.patch b/libraries/ftgl/patches/gcc47.patch
deleted file mode 100644
index d8af850acf..0000000000
--- a/libraries/ftgl/patches/gcc47.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur ftgl-2.1.3~rc5.orig/test/Makefile.am ftgl-2.1.3~rc5/test/Makefile.am
---- ftgl-2.1.3~rc5.orig/test/Makefile.am 2008-06-02 03:10:10.000000000 +0200
-+++ ftgl-2.1.3~rc5/test/Makefile.am 2012-04-01 06:59:36.523040292 +0200
-@@ -52,7 +52,7 @@
-
- CXXTest_CXXFLAGS = $(FT2_CFLAGS) $(GL_CFLAGS)
- CXXTest_LDFLAGS = $(FT2_LIBS) $(GLUT_LIBS) -lcppunit
--CXXTest_LDADD = ../src/libftgl.la
-+CXXTest_LDADD = ../src/libftgl.la -lm
-
- CTest_SOURCES = \
- CTest.c \