mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
- 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)
11 lines
394 B
Text
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 ;
|