Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 58461 Details for
Bug 78956
Include Evince in portage tree
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/evince-0.3.0-t1lib_is_t1.patch
evince-0.3.0-t1lib_is_t1.patch (text/plain), 1.15 KB, created by
TGL
on 2005-05-09 03:56:12 UTC
(
hide
)
Description:
files/evince-0.3.0-t1lib_is_t1.patch
Filename:
MIME Type:
Creator:
TGL
Created:
2005-05-09 03:56:12 UTC
Size:
1.15 KB
patch
obsolete
>--- evince-0.3.0.orig/configure.ac 2005-05-08 20:44:46.000000000 +0200 >+++ evince-0.3.0/configure.ac 2005-05-08 20:45:21.000000000 +0200 >@@ -149,7 +149,7 @@ > > if test "x$enable_dvi" = "xyes"; then > if test "x$enable_type1_fonts" = "xyes"; then >- AC_CHECK_LIB([t1lib],T1_InitLib,enable_type1_fonts=yes,enable_type1_fonts=no) >+ AC_CHECK_LIB([t1],T1_InitLib,enable_type1_fonts=yes,enable_type1_fonts=no,-lm) > fi > > if test "x$enable_type1_fonts" = xyes; then >--- evince-0.3.0.orig/dvi/Makefile.am 2005-05-08 20:39:09.000000000 +0200 >+++ evince-0.3.0/dvi/Makefile.am 2005-05-08 20:46:03.000000000 +0200 >@@ -21,7 +21,7 @@ > $(DVI_LIBS) -lkpathsea > > if WITH_TYPE1_FONTS >-libgtkdvi_la_LIBADD += -lt1lib >+libgtkdvi_la_LIBADD += -lt1 -lm > endif > > >--- evince-0.3.0/dvi/mdvi-lib/t1.c.orig 2005-05-09 12:31:20.000000000 +0200 >+++ evince-0.3.0/dvi/mdvi-lib/t1.c 2005-05-09 12:31:46.000000000 +0200 >@@ -174,7 +174,7 @@ > DEBUG((DBG_TYPE1, "(t1) resetting device resolution (current: (%d,%d))\n", > t1lib_xdpi, t1lib_ydpi)); > >- nfonts = T1_Get_no_fonts(); >+ nfonts = T1_GetNoFonts(); > for(i = 0; i < nfonts; i++) > T1_DeleteAllSizes(i); > /* reset device resolutions */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 78956
:
49210
|
49525
|
49526
|
51185
|
52508
|
53405
|
53409
|
55524
|
55525
|
56989
|
57172
|
57520
|
57543
|
57586
|
58397
|
58398
|
58399
|
58403
|
58460
| 58461 |
58464
|
59539
|
59547