summaryrefslogtreecommitdiff
path: root/devel/boost-python-libs/files/patch-Jamroot
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-08-03 21:04:08 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-08-03 21:04:08 +0000
commit092aaa3d410cc557027df202d35d9b053150ec2a (patch)
tree82011df0d5f6fc383bfd19f4be32ed5e96c38cf0 /devel/boost-python-libs/files/patch-Jamroot
parentDeprecate this port, the sheep server is gone, there is no tarball for (diff)
- Fix on 6.x -- does not hardcode gcc version in the Makefile
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=238855
Diffstat (limited to 'devel/boost-python-libs/files/patch-Jamroot')
-rw-r--r--devel/boost-python-libs/files/patch-Jamroot20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/boost-python-libs/files/patch-Jamroot b/devel/boost-python-libs/files/patch-Jamroot
new file mode 100644
index 000000000000..3b8f07c6ec50
--- /dev/null
+++ b/devel/boost-python-libs/files/patch-Jamroot
@@ -0,0 +1,20 @@
+--- Jamroot.orig-orig 2009-07-06 20:50:54.000000000 +0400
++++ Jamroot 2009-07-06 20:52:21.000000000 +0400
+@@ -333,7 +333,7 @@
+ # suffixes either. Pgi compilers can not accept library with version
+ # suffix.
+ if $(type) = SHARED_LIB &&
+- ( ! ( [ $(property-set).get <target-os> ] in windows cygwin darwin aix ) &&
++ ( ! ( [ $(property-set).get <target-os> ] in windows freebsd cygwin darwin aix ) &&
+ ! ( [ $(property-set).get <toolset> ] in pgi ) )
+ {
+ result = $(result).$(BOOST_VERSION) ;
+@@ -356,7 +356,7 @@
+ # suffixes either. Pgi compilers can not accept library with version
+ # suffix.
+ if $(type) = SHARED_LIB &&
+- ( ! ( [ $(property-set).get <target-os> ] in windows cygwin darwin aix ) &&
++ ( ! ( [ $(property-set).get <target-os> ] in windows freebsd cygwin darwin aix ) &&
+ ! ( [ $(property-set).get <toolset> ] in pgi ) )
+ {
+ result = $(result).$(BOOST_VERSION) ;