summaryrefslogtreecommitdiff
path: root/app-office/texmacs/files/texmacs-1.99.2-underlinking.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/texmacs/files/texmacs-1.99.2-underlinking.patch')
-rw-r--r--app-office/texmacs/files/texmacs-1.99.2-underlinking.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/app-office/texmacs/files/texmacs-1.99.2-underlinking.patch b/app-office/texmacs/files/texmacs-1.99.2-underlinking.patch
deleted file mode 100644
index 69a37aae71e5..000000000000
--- a/app-office/texmacs/files/texmacs-1.99.2-underlinking.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- src/makefile.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/makefile.in b/src/makefile.in
-index f5666c2..b9a10d6 100644
---- a/src/makefile.in
-+++ b/src/makefile.in
-@@ -399,7 +399,7 @@ TEXMACS_objects := $(strip $(call uses,system kernel data graphics\
-
- link_options:=-L$(tmsrc)/lib $(LDRT) -lm $(LDPATH) $(LDGUI) $(LDICONV) \
- $(LDGUILE) $(LDAXEL) $(LDCAIRO) $(LDIMLIB2) $(LDSQLITE3) $(LDFREETYPE) \
-- $(LDDL) $(LDSPARKLE)
-+ $(LDDL) $(LDSPARKLE) -lz
-
- $(tmsrc)/bin/texmacs.bin: Objects/texmacs-$(link).bin
- $(CP) $^ $@