# aclocal-include.m4 # # This macro adds the name macrodir to the set of directories # that `aclocal' searches for macros. # serial 1 dnl AM_ACLOCAL_INCLUDE(macrodir) AC_DEFUN([AM_ACLOCAL_INCLUDE], [ AM_CONDITIONAL(INSIDE_GNOME_COMMON, test x = y) test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" for k in $1 ; do ACLOCAL="$ACLOCAL -I $k" ; done ]) d_yarn/devel/electron6/files/ini-1.3.8' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-drivers/xf86-video-ati
Commit message (Expand)AuthorAgeFilesLines
* Only use the KMS driver on i386/amd64. This allows the old version tokwm2014-02-061-1/+2
* Fix includes so that portrevision gets set properly.zeising2013-12-171-2/+2
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]zeising2013-12-162-2/+5
* Fix build with old xorg on 10-CURRENT.zeising2013-10-021-1/+1
* The FreeBSD graphics/x11 team proudly presentszeising2013-09-305-10/+54
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* The FreeBSD x11 team proudly presentszeising2013-05-253-17/+9
* Explicit disable KMS support. Because the ati driver only check if libdrm iskwm2013-03-11