NetBSD / pkgsrc

Automatic conversion of the NetBSD pkgsrc CVS module, use with care
https://www.pkgsrc.org
311 stars 164 forks source link

Fix alpine Makefile "panic" subst on MacOS #113

Closed kflu closed 1 year ago

kflu commented 1 year ago

The alpine's Makefile has source string substitution for panic( to Panic(. However, both the file name search pattern and the replacement string search pattern is no longer complete, causing some alpine_panic() to still exist, while the definition has changed to alpine_Panic().

This change fixes that.