summaryrefslogtreecommitdiffstats
path: root/source/x/x11/configure/xf86-video-nouveau
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/x11/configure/xf86-video-nouveau')
-rw-r--r--source/x/x11/configure/xf86-video-nouveau5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/x/x11/configure/xf86-video-nouveau b/source/x/x11/configure/xf86-video-nouveau
index 0f3bccf24..7e378ee13 100644
--- a/source/x/x11/configure/xf86-video-nouveau
+++ b/source/x/x11/configure/xf86-video-nouveau
@@ -1,6 +1,6 @@
-CFLAGS=$SLKCFLAGS \
+CFLAGS="$SLKCFLAGS -Wno-error=implicit-function-declaration" \
CXXFLAGS=$SLKCFLAGS \
-./configure \
+./autogen.sh \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
@@ -9,4 +9,5 @@ CXXFLAGS=$SLKCFLAGS \
--mandir=/usr/man \
--docdir=/usr/doc/${PKGNAME}-${MODULAR_PACKAGE_VERSION} \
--disable-static \
+ --enable-year2038 \
--build=$ARCH-slackware-linux