aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libgnomeuimm26/Makefile
diff options
context:
space:
mode:
authorbland <bland@FreeBSD.org>2003-08-28 07:31:43 +0800
committerbland <bland@FreeBSD.org>2003-08-28 07:31:43 +0800
commit3328c2a1d8daf0e3b51c7aea7c784ab2696dd8e3 (patch)
treef2e8f584907d7bdf4398f721f1f48b5c1e95349b /x11-toolkits/libgnomeuimm26/Makefile
parentd8059126a545820f6874ac77240b629232598569 (diff)
downloadfreebsd-ports-gnome-3328c2a1d8daf0e3b51c7aea7c784ab2696dd8e3.tar.gz
freebsd-ports-gnome-3328c2a1d8daf0e3b51c7aea7c784ab2696dd8e3.tar.zst
freebsd-ports-gnome-3328c2a1d8daf0e3b51c7aea7c784ab2696dd8e3.zip
Workaround gcc 2.95.x static_cast<> bug on -STABLE
PR: 56030 Submitted by: Sergey Akifyev <asa@gascom.ru> (based on) Approved by: marcus (mentor)
Diffstat (limited to 'x11-toolkits/libgnomeuimm26/Makefile')
-rw-r--r--x11-toolkits/libgnomeuimm26/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/libgnomeuimm26/Makefile b/x11-toolkits/libgnomeuimm26/Makefile
index 2c0cef2203e9..cd6bc4868e19 100644
--- a/x11-toolkits/libgnomeuimm26/Makefile
+++ b/x11-toolkits/libgnomeuimm26/Makefile
@@ -29,4 +29,10 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-static
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+EXTRA_PATCHES= ${PATCHDIR}/extra-patch-old_gcc_bugs
+.endif
+
+.include <bsd.port.post.mk>