diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-08-13 18:45:22 +0100 | 
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-08-13 18:45:22 +0100 | 
| commit | 372e32875ebc0b6380ac76fb0bf895ab06b7d5e4 (patch) | |
| tree | bf66a3b5041a8e257f7ce46fc124c9fb3486eeef | |
| parent | Get glibmm and libxml++ flags from pkg-config (diff) | |
| download | gentoobrowse-372e32875ebc0b6380ac76fb0bf895ab06b7d5e4.tar.bz2 gentoobrowse-372e32875ebc0b6380ac76fb0bf895ab06b7d5e4.tar.xz gentoobrowse-372e32875ebc0b6380ac76fb0bf895ab06b7d5e4.zip | |
Move non-transitive propertygentoobrowse-2.1.3
| -rw-r--r-- | gentoobrowse/src/Jamfile.jam | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/gentoobrowse/src/Jamfile.jam b/gentoobrowse/src/Jamfile.jam index 90ba02f..a35ccc4 100644 --- a/gentoobrowse/src/Jamfile.jam +++ b/gentoobrowse/src/Jamfile.jam @@ -53,7 +53,6 @@ alias gentoobrowse :  	<library>slicer-json  	<library>slicer-xml  	<library>icespider -	<ice-visibility>hidden  	<include>.  	; @@ -62,6 +61,7 @@ exe gentoobrowse-cgi :  	:  	<slicer>yes  	<library>icespider-fcgi +	<ice-visibility>hidden  	;  path-constant me : . ; | 
