pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

librecad: Fix QTDIR



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Oct 26 12:53:44 2019 +0200
Changeset:	8824f7ddd2002ceaca063876b90c46eed0c5e52d

Modified Files:
	librecad/distinfo
	librecad/patches/patch-scripts_postprocess-unix.sh

Log Message:
librecad: Fix QTDIR

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8824f7ddd2002ceaca063876b90c46eed0c5e52d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 librecad/distinfo                                  | 2 +-
 librecad/patches/patch-scripts_postprocess-unix.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/librecad/distinfo b/librecad/distinfo
index 65029b6ce2..6299dc59cf 100644
--- a/librecad/distinfo
+++ b/librecad/distinfo
@@ -9,4 +9,4 @@ SHA1 (patch-librecad_src_main_qc__applicationwindow.cpp) = c4ea36a88cbf749cd9e21
 SHA1 (patch-librecad_src_ui_forms_qg__commandwidget.cpp) = fd9e14becf06a56973d57911c52c1598bb7a80a4
 SHA1 (patch-librecad_src_ui_generic_colorwizard.cpp) = 849b3392ba01449f24e9056b57d5b1f692f6d6b6
 SHA1 (patch-librecad_src_ui_generic_widgetcreator.cpp) = 9102805b8b9fb5faef051f85b6665899ed6284be
-SHA1 (patch-scripts_postprocess-unix.sh) = 9946bdade1463d4daeef081b738c29773d62f712
+SHA1 (patch-scripts_postprocess-unix.sh) = 3bdca17863553c55be7565f0733f505900b7f7c3
diff --git a/librecad/patches/patch-scripts_postprocess-unix.sh b/librecad/patches/patch-scripts_postprocess-unix.sh
index fd991db6b0..9c81fc8048 100644
--- a/librecad/patches/patch-scripts_postprocess-unix.sh
+++ b/librecad/patches/patch-scripts_postprocess-unix.sh
@@ -7,7 +7,7 @@ $NetBSD$
  TSDIRPI="${PIDIR}/ts"
  SPTDIR="${LCDIR}/support"
 -LRELEASE="lrelease"
-+LRELEASE="/usr/pkg/qt5/bin/lrelease"
++LRELEASE="@QTDIR@/bin/lrelease"
  
  cd "${THISDIR}"
  


Home | Main Index | Thread Index | Old Index