You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/boost/files/point_release_naming_fix.patch

15 lines
379 B

--- Jamroot.orig 2011-03-15 12:49:05.000000000 +0000
+++ Jamroot 2011-03-15 12:49:20.000000000 +0000
@@ -150,10 +150,7 @@
local version-tag = [ MATCH "^([^.]+)[.]([^.]+)[.]([^.]+)" : $(BOOST_VERSION) ]
;
-if $(version-tag[3]) = 0
-{
- version-tag = $(version-tag[1-2]) ;
-}
+version-tag = $(version-tag[1-2]) ;
constant BOOST_VERSION_TAG : $(version-tag:J="_") ;