manugarg / pacparser

A library to parse proxy auto-config (PAC) files
http://pacparser.manugarg.com
GNU Lesser General Public License v3.0
506 stars 116 forks source link

Fix build on MacOS 11.1 #104

Closed mitchblank closed 3 years ago

mitchblank commented 3 years ago

The Makefile has some code that disables some flags related to varargs handling when building on pre-10.5 OS/X. Unfortunately since it only uses the ".5" part to decide if it's running on an old mac version this old code came back to life on MacOS 11.1!