diff options
author | 2005-09-29 08:30:40 +0000 | |
---|---|---|
committer | 2005-09-29 08:30:40 +0000 | |
commit | 93b9dd6ec9360271149c90df6601c1d6dde8ad56 (patch) | |
tree | f06a494132015c54a031687a5a37b1e7760f0704 /app-office/magicpoint/files | |
parent | Stable on x86. Fixed incorrect load-path in 70wl-gentoo.el; bug #106559. (diff) | |
download | gentoo-2-93b9dd6ec9360271149c90df6601c1d6dde8ad56.tar.gz gentoo-2-93b9dd6ec9360271149c90df6601c1d6dde8ad56.tar.bz2 gentoo-2-93b9dd6ec9360271149c90df6601c1d6dde8ad56.zip |
Fixed compile error wrt xorg-x11 header path change; bug #103007.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-office/magicpoint/files')
-rw-r--r-- | app-office/magicpoint/files/digest-magicpoint-1.10a-r1 | 1 | ||||
-rw-r--r-- | app-office/magicpoint/files/magicpoint-1.10a-r1-gentoo.diff | 49 |
2 files changed, 0 insertions, 50 deletions
diff --git a/app-office/magicpoint/files/digest-magicpoint-1.10a-r1 b/app-office/magicpoint/files/digest-magicpoint-1.10a-r1 deleted file mode 100644 index 1af775f78bc4..000000000000 --- a/app-office/magicpoint/files/digest-magicpoint-1.10a-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 7a5d91b2b3bdabea704ee3cb6505d772 magicpoint-1.10a.tar.gz 843657 diff --git a/app-office/magicpoint/files/magicpoint-1.10a-r1-gentoo.diff b/app-office/magicpoint/files/magicpoint-1.10a-r1-gentoo.diff deleted file mode 100644 index 981726ac11e9..000000000000 --- a/app-office/magicpoint/files/magicpoint-1.10a-r1-gentoo.diff +++ /dev/null @@ -1,49 +0,0 @@ -diff -urN magicpoint-1.10a.ORIG/parse.c magicpoint-1.10a/parse.c ---- magicpoint-1.10a.ORIG/parse.c 2003-06-14 19:22:56.000000000 +0900 -+++ magicpoint-1.10a/parse.c 2003-09-02 05:26:12.000000000 +0900 -@@ -848,7 +848,7 @@ - tmpint[2]->cti_value = DEFAULT_VGAP; - tmpint[3] = ctlalloc1(CTL_QUALITY); - tmpint[3]->cti_value = DEFAULT_BQUALITY; --#ifdef XFT2 -+#ifdef USE_XFT2 - tmpint[4] = ctlalloc1(CTL_OPAQUE); - tmpint[4]->cti_value = DEFAULT_OPAQUE; - #endif -diff -urN magicpoint-1.10a.ORIG/mgp.h magicpoint-1.10a/mgp.h ---- magicpoint-1.10a.ORIG/mgp.h 2003-06-06 16:18:25.000000000 +0900 -+++ magicpoint-1.10a/mgp.h 2003-09-02 04:24:56.000000000 +0900 -@@ -93,7 +93,7 @@ - #include "freetype.h" - - #ifndef FREETYPEFONTDIR --#define FREETYPEFONTDIR "/usr/local/share/fonts/ttf" -+#define FREETYPEFONTDIR "/usr/X11R6/lib/X11/fonts/truetype" - #endif - #endif /*FREETYPE*/ - -@@ -130,7 +130,7 @@ - #define UUDECODE "/usr/bin/uudecode" - #endif - #ifndef GUNZIP --#define GUNZIP "/usr/contrib/bin/gunzip" -+#define GUNZIP "/bin/gunzip" - #endif - - #define MAXPAGE 512 -diff -urN magicpoint-1.10a.ORIG/sample/default.mgp magicpoint-1.10a/sample/default.mgp ---- magicpoint-1.10a.ORIG/sample/default.mgp 2001-08-11 01:40:54.000000000 +0900 -+++ magicpoint-1.10a/sample/default.mgp 2003-09-02 04:24:56.000000000 +0900 -@@ -12,9 +12,9 @@ - %% into the "tfdir" directory above: - %% ftp://ftp.mew.org/pub/mgp/ttf-jp.tar.gz - %% --%deffont "standard" tfont "standard.ttf", tmfont "kochi-mincho.ttf" --%deffont "thick" tfont "thick.ttf", tmfont "goth.ttf" --%deffont "typewriter" tfont "typewriter.ttf", tmfont "goth.ttf" -+%deffont "standard" xfont "times" -+%deffont "thick" xfont "arial-bold" -+%deffont "typewriter" xfont "courier" - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - %% - %% Default settings per each line numbers. |