From ee1fdc34defc67f2f583b3a671c2207f379378b7 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 6 Feb 2022 12:55:20 +0000 Subject: Use new ice paths --- gentoobrowse-api/api/Jamfile.jam | 2 +- gentoobrowse-api/api/gb-base.ice | 2 +- gentoobrowse-api/service/Jamfile.jam | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gentoobrowse-api/api/Jamfile.jam b/gentoobrowse-api/api/Jamfile.jam index b87967e..a77e200 100644 --- a/gentoobrowse-api/api/Jamfile.jam +++ b/gentoobrowse-api/api/Jamfile.jam @@ -9,7 +9,7 @@ lib gentoobrowse-api : ..//adhocutil ..//dbppcore ../domain//gentoobrowse-domain - /usr/share/slicer/ice + /usr/share/ice/slicer /usr/include/icetray slicer-db ../domain//gentoobrowse-domain diff --git a/gentoobrowse-api/api/gb-base.ice b/gentoobrowse-api/api/gb-base.ice index e262a77..9885f92 100644 --- a/gentoobrowse-api/api/gb-base.ice +++ b/gentoobrowse-api/api/gb-base.ice @@ -1,7 +1,7 @@ #ifndef GENTOO_BASE #define GENTOO_BASE -#include +#include [["cpp:include:string_view_support.h"]] #define stringview ["cpp:view-type:std::string_view"] string diff --git a/gentoobrowse-api/service/Jamfile.jam b/gentoobrowse-api/service/Jamfile.jam index 043563f..a5713e1 100644 --- a/gentoobrowse-api/service/Jamfile.jam +++ b/gentoobrowse-api/service/Jamfile.jam @@ -52,7 +52,7 @@ lib gentoobrowse-service++11 : postgresql . . - /usr/share/icetray/ice + /usr/share/ice/icetray : : . ../api//gentoobrowse-api -- cgit v1.2.3