|
|
@ -29,3 +29,6 @@ pkginstalled mad && var_append extraconfopt " " "--enable-libmad" |
|
|
|
# freetype package (2.1.5) so we use the one included in XFree86. |
|
|
|
pkginstalled freetype && var_append extraconfopt " " "--with-ft-prefix=/usr/X11" |
|
|
|
|
|
|
|
# other packages expect headers in /usr/include/avifile |
|
|
|
postinstall="rm -f $root/usr/include/avifile; ln -s avifile-${ver%.*} $root/usr/include/avifile" |
|
|
|
|