Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 190204 Details for
Bug 268391
x11-drivers/synaptics-0.14.6 fails to emerge with missing header
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
this patch adds the bundled headers to the end of the search path of the makefile includes
0001_hack_makefile_paths.patch (text/plain), 1.00 KB, created by
Jamal Natour
on 2009-05-03 08:08:34 UTC
(
hide
)
Description:
this patch adds the bundled headers to the end of the search path of the makefile includes
Filename:
MIME Type:
Creator:
Jamal Natour
Created:
2009-05-03 08:08:34 UTC
Size:
1.00 KB
patch
obsolete
>--- Makefile.old 2009-05-03 07:56:41.000000000 +0100 >+++ Makefile 2009-05-03 08:11:02.000000000 +0100 >@@ -34,9 +34,19 @@ ifeq ($(BUILD_MODULAR),y) > LDCOMBINEFLAGS = -shared -lc > PICFLAG = $(call check_gcc,-fPIC,) > X_INCLUDES_ROOT = $(INSTALLED_X) >+ >+ # Not all of the files are present, so add the supplied headers onto the >+ # header search path, we rely on the search order running from left >+ # to right, meaning the system includes should take precedence over locals. >+ X_XTRA_INCLUDE_ROOT := Xincludes/usr/X11R6 >+ X_XTRA_INCLUDE_ALL := -I$(X_XTRA_INCLUDE_ROOT)/include/X11 \ >+ -I$(X_XTRA_INCLUDE_ROOT)/include/X11/extensions \ >+ -I$(X_XTRA_INCLUDE_ROOT)/$(LIBDIR)/Server/include >+ > ALLINCLUDES = -I. -I$(INSTALLED_X)/include/X11 \ > -I$(INSTALLED_X)/include/X11/extensions \ >- `pkg-config xorg-server --cflags` >+ `pkg-config xorg-server --cflags` \ >+ $(X_XTRA_INCLUDE_ALL) > else > INSTALLED_X = /usr/X11R6 > INPUT_MODULE_DIR = $(DESTDIR)/$(INSTALLED_X)/$(LIBDIR)/modules/input
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 Raw
Actions:
View
Attachments on
bug 268391
:
190202
| 190204