mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Bump USE_GCC to 3.4 to match cln and unbreak
- Remove gettext hack, it's no longer valid Reported by: pointyhat via kris
This commit is contained in:
parent
5d94d62196
commit
015b862fe1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119088
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user