Code

Pass "--with-moc=moc-qt3" to configure.
authorSebastian Harl <sh@tokkee.org>
Mon, 24 Sep 2007 15:59:34 +0000 (17:59 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 24 Sep 2007 15:59:34 +0000 (17:59 +0200)
debian/rules

index e775717e4c62224c8c99179c8192a5ba87f08ff4..62dcad08387c60c6c9748552054ee3a777b487af 100755 (executable)
@@ -34,6 +34,7 @@ config.status: configure
        CXXFLAGS="$(CXXFLAGS)" ./configure \
                        --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
                        --prefix=/usr --mandir=\$${prefix}/share/man \
        CXXFLAGS="$(CXXFLAGS)" ./configure \
                        --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
                        --prefix=/usr --mandir=\$${prefix}/share/man \
+                       --with-moc=moc-qt3 \
                        --with-octave-m-dir=$(MDIR)/pfstools \
                        --with-octave-oct-dir=$(OCTDIR)/pfstools
 
                        --with-octave-m-dir=$(MDIR)/pfstools \
                        --with-octave-oct-dir=$(OCTDIR)/pfstools