ports/lang/jimtcl/patches/patch-build-jim-ext_in

15 lines
496 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: build-jim-ext.in
--- build-jim-ext.in.orig
+++ build-jim-ext.in
@@ -106,8 +106,8 @@ if {$static} {
puts "Building $target from $sources\n"
if {!$cross} {
- # If not cross compiling, add the standard location after any user include paths
- lappend includepaths -I@prefix@/include
+ # If not cross compiling, add the Jim location after any user include paths
+ lappend includepaths -I@prefix@/include/jim
}
# Work around Tcl's strange behaviour of exec failing if stderr is produced