Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Allow IGNORE_OSVERSION also when dealing with FreeBSD packages on non-FreeBSD systems
Keve committed 1 year ago
commit e86ae24d4c95354bf9e4dd633453fca6527c4ea1
parent 903ec3ed9982c9d6554d576080865e3768793af2
1 file changed +0 -2
modified libpkg/pkg_config.c
@@ -362,13 +362,11 @@ static struct config_entry c[] = {
		"METALOG",
		NULL,
	},
-
#ifdef __FreeBSD__
	{
		PKG_BOOL,
		"IGNORE_OSVERSION",
		"NO",
	},
-
#endif
	{
		PKG_BOOL,
		"BACKUP_LIBRARIES",