diff options
author | pav <pav@FreeBSD.org> | 2004-10-13 03:57:06 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-10-13 03:57:06 +0800 |
commit | a7dcd79160eee89c406c3e27f84691483bc96c56 (patch) | |
tree | 72b411533b5270319a1242262a4f21fed9ac62b4 /math | |
parent | 0447e5f0efd8003c443a3f400ceafcf15468845a (diff) | |
download | freebsd-ports-gnome-a7dcd79160eee89c406c3e27f84691483bc96c56.tar.gz freebsd-ports-gnome-a7dcd79160eee89c406c3e27f84691483bc96c56.tar.zst freebsd-ports-gnome-a7dcd79160eee89c406c3e27f84691483bc96c56.zip |
- Bump USE_GCC to 3.4 to match cln and unbreak
- Remove gettext hack, it's no longer valid
Reported by: pointyhat via kris
Diffstat (limited to 'math')
-rw-r--r-- | math/qalculate/Makefile | 8 | ||||
-rw-r--r-- | math/qalculate/pkg-plist | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index b650b408a4a4..ce456a8da08d 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -27,14 +27,10 @@ USE_GNOME= gnomeprefix gnomehack intlhack libglade2 libgnome .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -# cln is built with gcc 3.3 on FreeBSD 4.x -USE_GCC= 3.3 +# cln is built with gcc 3.4 on FreeBSD 4.x +USE_GCC= 3.4 # in FreeBSD 4.x struct liconv does not contain int_p_cs_precedes EXTRA_PATCHES= ${FILESDIR}/extra-patch-FreeBSD4 -# XXX configure script fails to detect gettext on FreeBSD 4.x with gcc 3.3 -PLIST_SUB+= 5X="@comment " -.else -PLIST_SUB+= 5X="@comment " .endif .include <bsd.port.post.mk> diff --git a/math/qalculate/pkg-plist b/math/qalculate/pkg-plist index 0e51d858659a..a1f6bc5a3faa 100644 --- a/math/qalculate/pkg-plist +++ b/math/qalculate/pkg-plist @@ -53,7 +53,7 @@ share/gnome/qalculate/functions.xml share/gnome/qalculate/prefixes.xml share/gnome/qalculate/units.xml share/gnome/qalculate/variables.xml -%%5X%%share/locale/sv/LC_MESSAGES/qalculate-gtk.mo +share/locale/sv/LC_MESSAGES/qalculate-gtk.mo @exec scrollkeeper-install -q %D/share/gnome/omf/qalculate-gtk/qalculate-gtk-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/qalculate-gtk/qalculate-gtk-C.omf 2>/dev/null || /usr/bin/true @dirrm share/gnome/applnk/Utilities |