summaryrefslogtreecommitdiff
path: root/graphics/hugin
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2010-02-20 14:36:41 +0000
committerVasil Dimov <vd@FreeBSD.org>2010-02-20 14:36:41 +0000
commit1e59f01f16fba9a30c3f13c92b17372f02618920 (patch)
treeec2c7aaf91656b3978d0d53639912376547f6884 /graphics/hugin
parentFix pkg-plist (2nd attempt). (diff)
graphics/hugin:
The compilation is known to fail on 6.x with GCC 3.4, so use non-standard GCC (4.4+) only on 6.x and older. On 7.x and above use the base GCC instead of GCC 4.4+ because: 1. GCC 4.4+ is not needed anyway and 2. The hugin executable compiled on 8.0/gcc-4.4.4.20100216 fails to start: /libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/bin/hugin not found Reported by: Hannes Hauswedell <h2@fsfe.org> Feature safe: yes
Notes
Notes: svn path=/head/; revision=250091
Diffstat (limited to 'graphics/hugin')
-rw-r--r--graphics/hugin/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile
index ea882eb5f988..5bc76c9d4a88 100644
--- a/graphics/hugin/Makefile
+++ b/graphics/hugin/Makefile
@@ -7,7 +7,7 @@
PORTNAME= hugin
PORTVERSION= 2009.4.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
@@ -44,7 +44,9 @@ USE_WX= 2.8+
USE_GETTEXT= yes
+.if ${OSVERSION} < 700000
USE_GCC= 4.4+
+.endif
MAN1= \
PTBatcherGUI.1 \