Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 765283 Details for
Bug 828879
media-libs/giblib-1.2.4-r2: stabilisation (was: media-libs/giblib-1.2.4-r1: configure: error: Cannot find imlib2: Is imlib2-config in the path?)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix-pkg-config
fix-pkg-config.patch (text/plain), 620 bytes, created by
Abbaad
on 2022-02-17 02:17:51 UTC
(
hide
)
Description:
fix-pkg-config
Filename:
MIME Type:
Creator:
Abbaad
Created:
2022-02-17 02:17:51 UTC
Size:
620 bytes
patch
obsolete
>diff -u a/configure.ac b/configure.ac >--- a/configure.ac 2004-09-04 10:42:10.000000000 -0400 >+++ b/configure.ac 2022-02-16 21:01:57.823453871 -0500 >@@ -17,16 +17,7 @@ > AM_MAINTAINER_MODE > AM_WITH_DMALLOC > >-AC_PATH_GENERIC(imlib2, 1.0.0, [ >- AC_SUBST(IMLIB_LIBS) >- AC_SUBST(IMLIB_CFLAGS) ], >- AC_MSG_ERROR(Cannot find imlib2: Is imlib2-config in the path?) ) >- >-dnl the above doesn't work for some reason :/ >-IMLIB_LIBS=`imlib2-config --libs` >-IMLIB_CFLAGS=`imlib2-config --cflags` >-AC_SUBST(IMLIB_LIBS) >-AC_SUBST(IMLIB_CFLAGS) >+PKG_CHECK_MODULES([IMLIB], [imlib2 > 1.0] ) > > LIBS="$LIBS -lm" > CFLAGS="$CFLAGS -Wall"
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 828879
:
758382
| 765283