- Fx build with freetype
PR: ports/127010 Submitted by: Barbara <barbara.xxx1975 at libero.it> Approved by: Thomas E. Zander (maintainer)
This commit is contained in:
parent
69d06bb44a
commit
81413accf1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219967
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
||||||
if freebsd ; then
|
if freebsd ; then
|
||||||
_ld_extra="$_ld_extra -L/usr/local/lib"
|
_ld_extra="$_ld_extra -L/usr/local/lib"
|
||||||
- _inc_extra="$_inc_extra -I/usr/local/include"
|
- _inc_extra="$_inc_extra -I/usr/local/include"
|
||||||
+ _inc_extra="$_inc_extra -I... -I.../libavutil"
|
+ _inc_extra="$_inc_extra -I... -I.../libavutil -I$_prefix/include"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if darwin; then
|
if darwin; then
|
||||||
|
|
Loading…
Reference in a new issue