mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
20 lines
1.1 KiB
Text
20 lines
1.1 KiB
Text
--- 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) ;
|