diff options
Diffstat (limited to 'x11-toolkits/libgnomeuimm/Makefile')
-rw-r--r-- | x11-toolkits/libgnomeuimm/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/libgnomeuimm/Makefile b/x11-toolkits/libgnomeuimm/Makefile index 2c0cef2203e9..cd6bc4868e19 100644 --- a/x11-toolkits/libgnomeuimm/Makefile +++ b/x11-toolkits/libgnomeuimm/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> |