summaryrefslogtreecommitdiffstats
path: root/libraries/ftgl/patches/nopdfdocs.patch
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-01-21 11:06:00 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-01-21 11:06:00 +0700
commit84763a0fccd1db4c72f9a4565574760d893be3e2 (patch)
tree0ed6b694cf8b91249a95007cb0914dfeed8644eb /libraries/ftgl/patches/nopdfdocs.patch
parentf6b097cc530a657971f2f3c306967ef3569deb19 (diff)
downloadslackbuilds-84763a0fccd1db4c72f9a4565574760d893be3e2.tar.gz
slackbuilds-84763a0fccd1db4c72f9a4565574760d893be3e2.tar.xz
libraries/ftgl: Remove unused patches.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/ftgl/patches/nopdfdocs.patch')
-rw-r--r--libraries/ftgl/patches/nopdfdocs.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/libraries/ftgl/patches/nopdfdocs.patch b/libraries/ftgl/patches/nopdfdocs.patch
deleted file mode 100644
index e938665bad..0000000000
--- a/libraries/ftgl/patches/nopdfdocs.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- configure.ac.old 2008-11-21 14:41:15.000000000 +0100
-+++ configure.ac 2008-11-21 14:44:19.000000000 +0100
-@@ -64,19 +64,11 @@
- CFLAGS="${CFLAGS} -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs"
-
- # Build HTML documentatin?
--AC_PATH_PROG(DOXYGEN, doxygen, no)
-+DOXYGEN="no"
- AM_CONDITIONAL(HAVE_DOXYGEN, test "x$DOXYGEN" != "xno")
-
- # Build PDF documentation?
--AC_PATH_PROG(LATEX, pdflatex, no)
--AC_PATH_PROG(KPSEWHICH, kpsewhich, no)
--AC_PATH_PROG(DVIPS, dvips, no)
--AC_PATH_PROG(CONVERT, convert, no)
--AC_PATH_PROG(EPSTOPDF, epstopdf, no)
--if test "${DVIPS}" = "no" -o "${KPSEWHICH}" = "no" -o "${EPSTOPDF}" = "no" \
-- -o "${CONVERT}" = "no"; then
- LATEX="no"
--fi
- if test "x${LATEX}" != "xno"; then
- AC_MSG_CHECKING(for a4.sty and a4wide.sty)
- if "${KPSEWHICH}" a4.sty >/dev/null 2>&1; then