freebsd-ports/sysutils/libdnf/files/patch-libdnf_config.h
Yuri Victorovich bc975bf259 sysutils/libdnf: Update 0.60.0 -> 0.60.1
Reported by:	portscout
2021-04-14 13:15:03 -07: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>