From f412d56dfb8325c909227d3c20e5a83a09b86214 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 29 Jan 2006 18:09:06 +0000 Subject: Do not include malloc.h when testign for posix_memalign. Submitted by: Yasuda Keisuke git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5546 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/glib20/Makefile | 3 ++- devel/glib20/files/patch-ae | 14 +++++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) (limited to 'devel/glib20') diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 55e24c1c3..a0270f4db 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -3,11 +3,12 @@ # Whom: Vanilla I. Shu # # $FreeBSD$ -# $MCom: ports/devel/glib20/Makefile,v 1.62 2006/01/18 17:47:52 ahze Exp $ +# $MCom: ports/devel/glib20/Makefile,v 1.63 2006/01/27 15:04:17 ahze Exp $ # PORTNAME= glib PORTVERSION= 2.9.5 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/2.9,} \ ftp://ftp.gtk.org/pub/gtk/v2.9/ \ diff --git a/devel/glib20/files/patch-ae b/devel/glib20/files/patch-ae index 89850e102..457a8ef52 100644 --- a/devel/glib20/files/patch-ae +++ b/devel/glib20/files/patch-ae @@ -1,6 +1,14 @@ ---- configure.orig Fri Apr 30 09:05:01 2004 -+++ configure Tue May 4 12:52:56 2004 -@@ -31818,6 +31819,8 @@ +--- configure.orig Sun Jan 29 13:06:22 2006 ++++ configure Sun Jan 29 13:06:48 2006 +@@ -32826,7 +32826,6 @@ + + #define _XOPEN_SOURCE 600 + #include +- #include + static void test_memalign (size_t boundary, size_t size) { + void *mem = 0; + if (posix_memalign (&mem, boundary, size) != 0 || !mem) +@@ -34462,6 +34461,8 @@ ;; esac fi -- cgit v1.2.3