aboutsummaryrefslogtreecommitdiff
path: root/editors/texmacs/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-02 17:05:12 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-02 17:05:12 +0000
commitc7c82f36e53a3ffa12628c3a583eef1bbc16c060 (patch)
tree1ca3cf38f6e6c5d7c9e28ea148c2013e153d96b6 /editors/texmacs/files
parent5863676f545ccd598b8af8a0b4dd56a86049e448 (diff)
downloadports-c7c82f36e53a3ffa12628c3a583eef1bbc16c060.tar.gz
ports-c7c82f36e53a3ffa12628c3a583eef1bbc16c060.zip
Notes
Diffstat (limited to 'editors/texmacs/files')
-rw-r--r--editors/texmacs/files/patch-src_Plugins_Freetype_tt_font.cpp11
-rw-r--r--editors/texmacs/files/patch-src_common.makefile.in11
2 files changed, 0 insertions, 22 deletions
diff --git a/editors/texmacs/files/patch-src_Plugins_Freetype_tt_font.cpp b/editors/texmacs/files/patch-src_Plugins_Freetype_tt_font.cpp
deleted file mode 100644
index 902e6d0e2e5c..000000000000
--- a/editors/texmacs/files/patch-src_Plugins_Freetype_tt_font.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Plugins/Freetype/tt_font.cpp.orig Tue Oct 28 11:00:51 2003
-+++ src/Plugins/Freetype/tt_font.cpp Thu Nov 20 01:06:15 2003
-@@ -167,7 +167,7 @@
- E->y3= dy - hh;
- E->x4= dx + ww;
- E->y4= dy;
-- T[i]= E;
-+ memcpy(T[i], E, sizeof(E));
- }
- bmm= new bitmap_metric_rep (res_name, T, 0, 255);
- bmf= new bitmap_font_rep (res_name, B, 0, 255);
diff --git a/editors/texmacs/files/patch-src_common.makefile.in b/editors/texmacs/files/patch-src_common.makefile.in
deleted file mode 100644
index 5f01e18d96a6..000000000000
--- a/editors/texmacs/files/patch-src_common.makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/common.makefile.in.orig Mon Nov 3 00:47:20 2003
-+++ src/common.makefile.in Mon Nov 3 00:47:37 2003
-@@ -224,7 +224,7 @@
-
- cxx_flags = $(strip $(CXX) $(1) -c $< -o $@)
- cxx_incl = $(call cxx_flags,$(1) $(CXXFREETYPE) $(CXXICONV) $(CXXGUILE) \
-- $(CPPFLAGS) $(CXXFLAGS))
-+ $(CPPFLAGS) $(CXXFLAGS)$(CXXXWINDOW))
- cxx_incl_sys = $(call cxx_flags,$(1) $(CXXFREETYPE) $(CXXICONV) $(CXXGUILE) \
- $(CPPFLAGS) $(DASH_I_DASH) $(2) $(CXXFLAGS))
-