From 5aa2d7527764c179fd31c1c3505b572773224c94 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 10 Apr 2013 00:05:35 -0700 Subject: Wed Apr 10 00:05:35 PDT 2013 --- community/avifile/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/avifile/PKGBUILD') diff --git a/community/avifile/PKGBUILD b/community/avifile/PKGBUILD index d9d575720..037d8f714 100644 --- a/community/avifile/PKGBUILD +++ b/community/avifile/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 75654 2012-08-28 09:59:19Z spupykin $ +# $Id: PKGBUILD 87987 2013-04-09 21:29:15Z eric $ # Maintainer: Sergej Pupykin # Maintainer: tobias # Contributor: Tom Newsom @@ -30,9 +30,9 @@ build() { ./configure \ --prefix=/usr \ --mandir=$pkgdir/usr/share/man \ - --with-qt-prefix=/opt/qt \ - --with-qt-includes=/opt/qt/include \ - --with-qt-libraries=/opt/qt/lib \ + --with-qt-prefix=/usr \ + --with-qt-includes=/usr/include/qt3 \ + --with-qt-libraries=/usr/lib \ --enable-oss make -- cgit v1.2.3-54-g00ecf