mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-12 04:41:03 +00:00
16 lines
508 B
Diff
16 lines
508 B
Diff
--- a/cmake/dart.pc.in 2025-11-12 22:05:04.784017757 +0530
|
|
+++ b/cmake/dart.pc.in 2025-11-13 22:42:35.339249208 +0530
|
|
@@ -1,5 +1,5 @@
|
|
# This file was generated by CMake for @PROJECT_NAME@
|
|
-prefix=${pcfiledir}/@RELATIVE_PATH_TO_INSTALL_PREFIX@
|
|
+prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=@PC_LIBDIR@
|
|
includedir=@PC_INCLUDEDIR@/dart
|
|
@@ -9,4 +9,4 @@
|
|
Version: @DART_VERSION@
|
|
Requires: @DART_PKG_EXTERNAL_DEPS@
|
|
Libs: -L${libdir} -ldart
|
|
-Cflags: @CMAKE_CXX_FLAGS@
|
|
+Cflags: -I@PC_INCLUDEDIR@
|