summaryrefslogtreecommitdiffstats
path: root/audio-libs/faad2/PRE_BUILD
blob: e7a30bc963e96e8a4312f3aff42cf16bd11f7dea (plain) (blame)
1
2
3
4
5
6
7
default_pre_build      &&
cd  $SOURCE_DIRECTORY  &&
# Bundled getopt is broken, and so is main.c, so let's avoid it and use the
# system version whatever it is.
sedit '/^AC_OUTPUT/iAC_DEFINE([HAVE_GETOPT_H], 1, [Use getopt from system])' \
  configure.ac &&
autoreconf -i