diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-06-30 22:38:26 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-07-01 09:00:36 +0200 |
commit | fee929a9dacac7582114c08bf9e84e5aa7c81d85 (patch) | |
tree | 02145b5b047222117b8b30a17e7785e3e40c9910 /source/x/x11/configure | |
parent | 544874c3e563772356ec4ac0538c55ee5f55f5e0 (diff) | |
download | current-fee929a9dacac7582114c08bf9e84e5aa7c81d85.tar.gz |
Sat Jun 30 22:38:26 UTC 201820180630223826
x/xf86-video-intel-20180601_3d395062-x86_64-1.txz: Upgraded.
x/xf86-video-r128-20180625_c4c878d-x86_64-1.txz: Upgraded.
x/xf86-video-savage-20180625_0ece556-x86_64-1.txz: Upgraded.
x/xf86-video-sis-20170717_a50b2b3-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/x/x11/configure')
-rw-r--r-- | source/x/x11/configure/xf86-video-r128 | 13 | ||||
-rw-r--r-- | source/x/x11/configure/xf86-video-savage | 13 | ||||
-rw-r--r-- | source/x/x11/configure/xf86-video-sis | 13 |
3 files changed, 39 insertions, 0 deletions
diff --git a/source/x/x11/configure/xf86-video-r128 b/source/x/x11/configure/xf86-video-r128 new file mode 100644 index 00000000..291eb9b9 --- /dev/null +++ b/source/x/x11/configure/xf86-video-r128 @@ -0,0 +1,13 @@ +CFLAGS=$SLKCFLAGS \ +CXXFLAGS=$SLKCFLAGS \ +./autogen.sh \ + --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --infodir=/usr/info \ + --mandir=/usr/man \ + --docdir=/usr/doc/${PKGNAME}-${MODULAR_PACKAGE_VERSION} \ + --with-udev-rules-dir=/lib/udev/rules.d \ + --disable-static \ + --build=$ARCH-slackware-linux diff --git a/source/x/x11/configure/xf86-video-savage b/source/x/x11/configure/xf86-video-savage new file mode 100644 index 00000000..291eb9b9 --- /dev/null +++ b/source/x/x11/configure/xf86-video-savage @@ -0,0 +1,13 @@ +CFLAGS=$SLKCFLAGS \ +CXXFLAGS=$SLKCFLAGS \ +./autogen.sh \ + --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --infodir=/usr/info \ + --mandir=/usr/man \ + --docdir=/usr/doc/${PKGNAME}-${MODULAR_PACKAGE_VERSION} \ + --with-udev-rules-dir=/lib/udev/rules.d \ + --disable-static \ + --build=$ARCH-slackware-linux diff --git a/source/x/x11/configure/xf86-video-sis b/source/x/x11/configure/xf86-video-sis new file mode 100644 index 00000000..291eb9b9 --- /dev/null +++ b/source/x/x11/configure/xf86-video-sis @@ -0,0 +1,13 @@ +CFLAGS=$SLKCFLAGS \ +CXXFLAGS=$SLKCFLAGS \ +./autogen.sh \ + --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --infodir=/usr/info \ + --mandir=/usr/man \ + --docdir=/usr/doc/${PKGNAME}-${MODULAR_PACKAGE_VERSION} \ + --with-udev-rules-dir=/lib/udev/rules.d \ + --disable-static \ + --build=$ARCH-slackware-linux |