opnsense-ports/sysutils/libdnf/files/patch-libdnf_config.h
Franco Fichtner 7a82adb27a */*: sync with upstream
Taken from: HardenedBSD
2021-04-15 09:07:42 +02:00

11 lines
297 B
C

--- libdnf/config.h.orig 2021-04-12 15:10:19 UTC
+++ libdnf/config.h
@@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifdef __APPLE__
+#if defined(__APPLE__) || defined(__FreeBSD__)
#include <stdint.h>
#else
#include <bits/wordsize.h>