mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
cppfront : add missing headers (#11206)
This commit is contained in:
@@ -6,7 +6,7 @@ today's C++."
|
||||
HOMEPAGE="https://hsutter.github.io/cppfront/"
|
||||
COPYRIGHT="Herb Sutter"
|
||||
LICENSE="CppFront"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/hsutter/cppfront/archive/refs/tags/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="028f44cc0cad26b51829e4abf7c5aedf8a31f852ab5dfbad54bb232f0a1d7447"
|
||||
PATCHES="cppfront-$portVersion.patchset"
|
||||
@@ -38,4 +38,6 @@ INSTALL()
|
||||
{
|
||||
mkdir -p $prefix/bin
|
||||
cp cppfront $prefix/bin
|
||||
mkdir -p $includeDir/cppfront
|
||||
cp include/* $includeDir/cppfront/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user