aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libgnomeuimm26/Makefile
diff options
context:
space:
mode:
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>