mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
20 lines
490 B
Plaintext
20 lines
490 B
Plaintext
From 63d9eeb76747d6afda3f23cfb80eee99e021c973 Mon Sep 17 00:00:00 2001
|
|
From: fbrosson <fbrosson@localhost>
|
|
Date: Wed, 20 Jul 2016 00:02:46 +0000
|
|
Subject: Add missing prefix and exec_prefix in uchardet.pc.in.
|
|
|
|
|
|
diff --git a/uchardet.pc.in b/uchardet.pc.in
|
|
index 24fdd01..9c5a4d0 100644
|
|
--- a/uchardet.pc.in
|
|
+++ b/uchardet.pc.in
|
|
@@ -1,3 +1,5 @@
|
|
+prefix=@CMAKE_INSTALL_PREFIX@
|
|
+exec_prefix=${prefix}
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
--
|
|
2.9.2
|
|
|