mplayer options patch

Anonymous swell.k at gmail.com
Fri Jan 7 12:00:54 UTC 2011


Anton Shterenlikht <mexas at bristol.ac.uk> writes:

>>   $ make config
>>   "Makefile", line 16: Malformed conditional (${ARCH} == "i386" || ${ARCH} == "amd64" || ${ARCH} == "powerpc")
>>   "Makefile", line 18: if-less else
>>   "Makefile", line 20: if-less endif
>>   make: fatal errors encountered -- cannot continue
>
> I put Eygene's snippet after .include <bsd.port.pre.mk>,
> see my previous post. It seems to work.

bsd.port.pre.mk starts after OPTIONS were already parsed.
Try to check

  $ make rmconfig
  $ make -V WITH_RTCPU ARCH=sparc64
  true


More information about the freebsd-ports mailing list