From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- dev-tcltk/tkzinc/files/3.3.6-ldflags.patch | 14 ++++++++++++++ dev-tcltk/tkzinc/files/tkzinc-3.3.4-latex.patch | 12 ++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 dev-tcltk/tkzinc/files/3.3.6-ldflags.patch create mode 100644 dev-tcltk/tkzinc/files/tkzinc-3.3.4-latex.patch (limited to 'dev-tcltk/tkzinc/files') diff --git a/dev-tcltk/tkzinc/files/3.3.6-ldflags.patch b/dev-tcltk/tkzinc/files/3.3.6-ldflags.patch new file mode 100644 index 000000000000..903ef9a2eaee --- /dev/null +++ b/dev-tcltk/tkzinc/files/3.3.6-ldflags.patch @@ -0,0 +1,14 @@ +diff --git a/tclconfig/tcl.m4 b/tclconfig/tcl.m4 +index 0cbca13..c68af63 100644 +--- a/tclconfig/tcl.m4 ++++ b/tclconfig/tcl.m4 +@@ -1447,7 +1447,8 @@ dnl AC_CHECK_TOOL(AR, ar) + # get rid of the warnings. + #CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES" + +- SHLIB_LD="${CC} -shared" ++ # TEA specific: use LDFLAGS_DEFAULT instead of LDFLAGS ++ SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS_DEFAULT} ${LDFLAGS}' + DL_OBJS="tclLoadDl.o" + DL_LIBS="-ldl" + LDFLAGS="$LDFLAGS -Wl,--export-dynamic" diff --git a/dev-tcltk/tkzinc/files/tkzinc-3.3.4-latex.patch b/dev-tcltk/tkzinc/files/tkzinc-3.3.4-latex.patch new file mode 100644 index 000000000000..6b697a7bfd78 --- /dev/null +++ b/dev-tcltk/tkzinc/files/tkzinc-3.3.4-latex.patch @@ -0,0 +1,12 @@ + doc/refman.tex | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/doc/refman.tex b/doc/refman.tex +index b384e97..be88fde 100644 +--- a/doc/refman.tex ++++ b/doc/refman.tex +@@ -1,3 +1,4 @@ ++\RequirePackage{ifpdf} + \documentclass[11pt,twoside,a4paper]{book} + + %---------------------------------------------------------------------- -- cgit v1.2.3