Files
haikuports/haiku-apps/pe/patches/pe-2.4.3_hg611.patch

14 lines
437 B
Diff

diff --git a/build/BuildSettings b/build/BuildSettings
index 3c10281..e9c0c62 100644
--- a/build/BuildSettings
+++ b/build/BuildSettings
@@ -43,7 +43,7 @@ if $(OS) = HAIKU {
}
# check for pcre...
-local haveHeadersPcre = [ GLOB /boot/common/develop/headers : pcre.h ] ;
+local haveHeadersPcre = [ GLOB /boot/system/develop/headers : pcre.h ] ;
if ! $(haveHeadersPcre) {
Exit "You need to have pcre installed on your system." ;
}