We have posix_memalign(3) now.
This commit is contained in:
parent
2dd30d3eac
commit
35f4227f5c
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/03/27 14:41:15 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/05/21 12:28:52 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= Open Phone Abstraction Library
|
||||
|
||||
V= 3.6.6
|
||||
DISTNAME= opal-${V}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
|
||||
SUBST_VARS+= V
|
||||
|
||||
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-plugins_plugin-config_h_in,v 1.1 2010/03/23 21:13:37 ajacoutot Exp $
|
||||
--- plugins/plugin-config.h.in.orig Thu Jun 4 20:53:52 2009
|
||||
+++ plugins/plugin-config.h.in Thu Jun 4 20:54:42 2009
|
||||
@@ -178,5 +178,6 @@
|
||||
#undef vfork
|
||||
|
||||
/* define if posix_memalign is available */
|
||||
+#ifndef __OpenBSD__
|
||||
#undef HAVE_POSIX_MEMALIGN
|
||||
-
|
||||
+#endif
|
Loading…
Reference in New Issue
Block a user