ports/devel/boost/files/patch-tools::build::v1::allyourbase.jam
Sergey Matveychuk 19acb22d90 - Update devel/boost to 1.32.0
- Add slave devel/boost-python port
- Remove devel/spirit because of it's a part boost now

PR:		ports/75377
Submitted by:	Simon Barner <barner(at)gmx.de> (maintainer)
2004-12-24 12:23:12 +00:00

11 lines
394 B
Text

--- tools/build/v1/allyourbase.jam.orig Wed Feb 18 14:04:28 2004
+++ tools/build/v1/allyourbase.jam Wed Feb 18 14:02:44 2004
@@ -457,7 +457,7 @@
SPLITPATH ?= ":" ; # dwa -- added missing SPLITPATH
STDHDRS ?= /usr/include ;
SUFEXE ?= "" ;
-SUFDLL ?= .so ;
+SUFDLL ?= .so.2 ;
SUFLIB ?= .a ;
SUFOBJ ?= .o ;
PREDLL ?= lib ;