summaryrefslogtreecommitdiff
path: root/graphics/pfstools/files/patch-configure
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-03-20 06:33:01 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-03-20 06:33:01 +0000
commit54975cd08c68b62b6b079b6c30c7868ffd7db5a8 (patch)
tree26ee11762268f4c16b74fc0b9210b6c16cbc941b /graphics/pfstools/files/patch-configure
parentFix build with clang 6 (diff)
graphics/pfstools: Update to 2.1.0
Port changes: * Change to DISTVERSION * Add LICENSE_FILE * Change to cmake (from gmake) * Update of all options accordingly PR: 225537 Submitted by: Iouri V. Ivliev <fbsd@any.com.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=465069
Diffstat (limited to 'graphics/pfstools/files/patch-configure')
-rw-r--r--graphics/pfstools/files/patch-configure11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/pfstools/files/patch-configure b/graphics/pfstools/files/patch-configure
deleted file mode 100644
index 3d529a694666..000000000000
--- a/graphics/pfstools/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2011-10-27 08:40:31 UTC
-+++ configure
-@@ -15411,7 +15411,7 @@ fi #end of PKG_CHECK_MODULES
- if test -z "$QTDIR"; then
- MOC="moc-qt4"
- else
-- MOC="$QTDIR/bin/moc"
-+ MOC="$QTDIR/bin/moc-qt4"
- fi
-
- # Check whether --with-moc was given.