is basically patch #2939 from X.org bugzilla #3379. This does *not* fix the bug as it does not dynamically generate stubs at run-time. It just gets things one step closer.
10 lines
231 B
Makefile
10 lines
231 B
Makefile
# -*-makefile-*-
|
|
# Configuration for freebsd-dri-amd64: FreeBSD DRI hardware drivers
|
|
|
|
include $(TOP)/configs/freebsd-dri
|
|
|
|
CONFIG_NAME = freebsd-dri-x86-64
|
|
|
|
ASM_FLAGS = -DUSE_X86_64_ASM
|
|
ASM_SOURCES = $(X86-64_SOURCES) $(X86-64_API)
|