- 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:
Chin-San Huang 2008-09-06 01:38:41 +00:00
parent 69d06bb44a
commit 81413accf1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219967

View file

@ -52,7 +52,7 @@
if freebsd ; then
_ld_extra="$_ld_extra -L/usr/local/lib"
- _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
if darwin; then