summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-02-14 19:21:14 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-02-14 19:21:14 +0800
commit5ed73416c95f03f168b613dca05333f2744fcbee (patch)
treedd15edad97047796eea7e3c3ca438c9a77bbc91d
parentca7c1c19488a76228df903088ad9c6b2a1d41424 (diff)
downloadmarcuscom-ports-5ed73416c95f03f168b613dca05333f2744fcbee.tar
marcuscom-ports-5ed73416c95f03f168b613dca05333f2744fcbee.tar.gz
marcuscom-ports-5ed73416c95f03f168b613dca05333f2744fcbee.tar.bz2
marcuscom-ports-5ed73416c95f03f168b613dca05333f2744fcbee.tar.lz
marcuscom-ports-5ed73416c95f03f168b613dca05333f2744fcbee.tar.xz
marcuscom-ports-5ed73416c95f03f168b613dca05333f2744fcbee.tar.zst
marcuscom-ports-5ed73416c95f03f168b613dca05333f2744fcbee.zip
Fix the build by disabling Bsymbolic support on < 9.x.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16691 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--textproc/libcroco/Makefile8
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>