early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

18
externals/vcpkg/ports/libsass/portfile.cmake vendored Executable file
View File

@@ -0,0 +1,18 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO sass/libsass
REF 3.6.5
SHA512 98CC7E12FDF74CD9E92D8D4A62B821956D3AD186FCEE9A8D77B677A621342AA161B73D9ADAD4C1849678A3BAC890443120CC8FEBE1B7429AAB374321D635B8F7
HEAD_REF master
PATCHES remove_compiler_flags.patch
)
vcpkg_configure_make(
SOURCE_PATH "${SOURCE_PATH}"
AUTOCONFIG
)
vcpkg_install_make(MAKEFILE GNUmakefile)
vcpkg_fixup_pkgconfig()
vcpkg_copy_pdbs()
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@@ -0,0 +1,24 @@
diff --git a/GNUmakefile.am b/GNUmakefile.am
index 06a1d0c1e..6e7a15485 100644
--- a/GNUmakefile.am
+++ b/GNUmakefile.am
@@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4 -I script
-AM_COPT = -Wall -O2
+AM_COPT =
AM_COVLDFLAGS =
if ENABLE_COVERAGE
diff --git a/src/GNUmakefile.am b/src/GNUmakefile.am
index 9b0e6a99b..00404a017 100644
--- a/src/GNUmakefile.am
+++ b/src/GNUmakefile.am
@@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4 -I script
-AM_COPT = -Wall -O2
+AM_COPT =
AM_COVLDFLAGS =
if ENABLE_COVERAGE

8
externals/vcpkg/ports/libsass/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,8 @@
{
"name": "libsass",
"version": "3.6.5",
"port-version": 1,
"description": "LibSass - Sass compiler written in C++",
"homepage": "https://github.com/sass/libsass",
"supports": "!uwp"
}