diff options
-rw-r--r-- | textproc/libcroco/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/libcroco/Makefile b/textproc/libcroco/Makefile index e77205d36..70197c49f 100644 --- a/textproc/libcroco/Makefile +++ b/textproc/libcroco/Makefile @@ -23,4 +23,10 @@ CONFIGURE_ARGS= --disable-gtk-doc-html PLIST_SUB= VERSION="0.6" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 900035 +CONFIGURE_ARGS+=--disable-Bsymbolic +.endif + +.include <bsd.port.post.mk> |