diff options
author | ghen <ghen@pkgsrc.org> | 2006-03-02 15:09:49 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-03-02 15:09:49 +0000 |
commit | 7bcaace8bb3337fb43912e259eda3dbe802204b7 (patch) | |
tree | c9996eca2192e7299ba8bb30a9916d68f25049f2 | |
parent | f148735d7cd5c83fd92e893522ec62360fe6f600 (diff) | |
download | pkgsrc-7bcaace8bb3337fb43912e259eda3dbe802204b7.tar.gz |
Fix the configure (qmake) stage. With the right environment, it works correct
without patch-aa.
-rw-r--r-- | editors/texmaker/Makefile | 3 | ||||
-rw-r--r-- | editors/texmaker/distinfo | 3 | ||||
-rw-r--r-- | editors/texmaker/patches/patch-aa | 12 |
3 files changed, 3 insertions, 15 deletions
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index f4790392e13..2e8f28ab00b 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/02/27 14:46:18 ghen Exp $ +# $NetBSD: Makefile,v 1.8 2006/03/02 15:09:49 ghen Exp $ DISTNAME= texmaker-1.3 CATEGORIES= editors @@ -13,6 +13,7 @@ USE_LIBTOOL= yes do-configure: cd ${WRKSRC} && \ + ${SETENV} ${CONFIGURE_ENV} \ ${QTDIR:Q}/bin/qmake -unix PREFIX=${PREFIX:Q} texmaker.pro .include "../../x11/qt4-libs/buildlink3.mk" diff --git a/editors/texmaker/distinfo b/editors/texmaker/distinfo index e9eb4588fb3..120532b4b98 100644 --- a/editors/texmaker/distinfo +++ b/editors/texmaker/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.2 2006/02/27 14:46:18 ghen Exp $ +$NetBSD: distinfo,v 1.3 2006/03/02 15:09:49 ghen Exp $ SHA1 (texmaker-1.3.tar.bz2) = a3f64632205cee107b9bfd7f8a22ea136d874961 RMD160 (texmaker-1.3.tar.bz2) = 651abd11822957b33ed32356bccc783c7e9dc83b Size (texmaker-1.3.tar.bz2) = 741415 bytes -SHA1 (patch-aa) = f9ae152d694f6ca0d51160c3a5a4cfdde7c810a3 diff --git a/editors/texmaker/patches/patch-aa b/editors/texmaker/patches/patch-aa deleted file mode 100644 index 7f955626c37..00000000000 --- a/editors/texmaker/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2006/02/27 14:47:54 ghen Exp $ - ---- texmaker.pro.orig 2006-02-27 11:19:57.000000000 +0100 -+++ texmaker.pro -@@ -2,6 +2,7 @@ unix { - UI_DIR = .ui - MOC_DIR = .moc - OBJECTS_DIR = .obj -+ INCLUDEPATH = $(QTDIR)/include/Qt - } - - TEMPLATE = app |