diff --git a/net/opal/Makefile b/net/opal/Makefile index fd7f6e7c932..b24070d98ea 100644 --- a/net/opal/Makefile +++ b/net/opal/Makefile @@ -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 diff --git a/net/opal/patches/patch-plugins_plugin-config_h_in b/net/opal/patches/patch-plugins_plugin-config_h_in deleted file mode 100644 index 4b9f2175890..00000000000 --- a/net/opal/patches/patch-plugins_plugin-config_h_in +++ /dev/null @@ -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