Skip to content

Commit 2f2d48b

Browse files
authored
icon: 1118h.2 X11 include path
1 parent 36cdeb0 commit 2f2d48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang/icon/Portfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ post-extract {
4646
puts ${makedefs} "RLINK = ${configure.ldflags}"
4747
puts ${makedefs} "RLIBS ="
4848
puts ${makedefs} "TLIBS ="
49-
puts ${makedefs} "XLIBS = -lXpm -lX11"
49+
puts ${makedefs} "XLIBS = -I${prefix}/include/X11 -lXpm -lX11"
5050
puts ${makedefs} "SFLAGS ="
5151
close ${makedefs}
5252
}

0 commit comments

Comments
 (0)