--- ./srclib/apr/include/apr.h.in.orig	2017-12-06 23:31:40 -0600
+++ ./srclib/apr/include/apr.h.in	2017-12-06 23:35:07 -0600
@@ -314,7 +314,11 @@
 typedef  @int_value@             apr_int32_t;
 typedef  unsigned @int_value@    apr_uint32_t;
 
-#define APR_SIZEOF_VOIDP @voidp_size@
+#if defined(__64BIT__)
+ #define APR_SIZEOF_VOIDP     8
+#else
+ #define APR_SIZEOF_VOIDP     4
+#endif
 
 /*
  * Darwin 10's default compiler (gcc42) builds for both 64 and
