Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 28732 Details for
Bug 46851
Gimp 2.0.0 fails to build on screenshot plugin because -lX11 linking failed.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes linking to -lX11 in screenshot plugin
gimp-2.0.0-screenshotX11.patch (text/plain), 385 bytes, created by
Marcin Wojtczuk
on 2004-04-05 06:46:24 UTC
(
hide
)
Description:
Fixes linking to -lX11 in screenshot plugin
Filename:
MIME Type:
Creator:
Marcin Wojtczuk
Created:
2004-04-05 06:46:24 UTC
Size:
385 bytes
patch
obsolete
>diff -Nru gimp-2.0.0/configure.in gimp-2.0.0-new/configure.in >--- gimp-2.0.0/configure.in 2004-03-23 16:50:31.000000000 +0100 >+++ gimp-2.0.0-new/configure.in 2004-04-05 15:12:23.000000000 +0200 >@@ -840,7 +840,7 @@ > fi > > dnl screenshot plug-in needs to link to X11 explicitely >- LIBSCREENSHOT="$X_LIBS -lX11" >+ LIBSCREENSHOT="-L/usr/X11R6/lib -lX11" > fi > > AC_SUBST(LIBXMU)
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 46851
: 28732 |
28733