Edit

IABSD.fr/xenocara/lib/libdrm/Makefile.bsd-wrapper

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2017-10-23 16:50:28
    Hash : 4b98ce0c
    Message : Remove all references to libpthread-stubs from xenocara. "looks sane" guenther@.

  • lib/libdrm/Makefile.bsd-wrapper
  • # $OpenBSD: Makefile.bsd-wrapper,v 1.13 2017/10/23 16:50:29 matthieu Exp $
    
    # cheat on configure - we don't need pthread-stubs anymore
    CONFIGURE_ARGS=	PTHREADSTUBS_CFLAGS=' ' PTHREADSTUBS_LIBS=' '
    SHARED_LIBS=	drm 7.5 drm_radeon 4.0 drm_intel 5.4 \
    		drm_amdgpu 1.4 drm_nouveau 3.0
    
    .include <bsd.xorg.mk>