mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
c_ares, fix missing prefix in pkgconfig file (#8834)
This commit is contained in:
@@ -14,10 +14,11 @@ COPYRIGHT="2004-2018 by Daniel Stenberg et al
|
||||
2012 Marko Kreen
|
||||
2005 Dominick Meglio"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://c-ares.haxx.se/download/c-ares-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="bfceba37e23fd531293829002cac0401ef49a6dc55923f7f92236585b7ad1dd3"
|
||||
SOURCE_DIR="c-ares-$portVersion"
|
||||
PATCHES="c_ares-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="all x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
21
net-dns/c_ares/patches/c_ares-1.19.0.patchset
Normal file
21
net-dns/c_ares/patches/c_ares-1.19.0.patchset
Normal file
@@ -0,0 +1,21 @@
|
||||
From e2f7247024986c5431fe70be12889108b1937397 Mon Sep 17 00:00:00 2001
|
||||
From: begasus <begasus@gmail.com>
|
||||
Date: Fri, 9 Jun 2023 12:28:17 +0200
|
||||
Subject: Fix missing prefix for pkgconfig file
|
||||
|
||||
|
||||
diff --git a/libcares.pc.cmake b/libcares.pc.cmake
|
||||
index f1213cf..1c32f2f 100644
|
||||
--- a/libcares.pc.cmake
|
||||
+++ b/libcares.pc.cmake
|
||||
@@ -4,6 +4,7 @@
|
||||
# | (_|_____| (_| | | | __/\__ \
|
||||
# \___| \__,_|_| \___||___/
|
||||
#
|
||||
+prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=@CMAKE_INSTALL_FULL_BINDIR@
|
||||
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
||||
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
||||
--
|
||||
2.37.3
|
||||
|
||||
Reference in New Issue
Block a user