[45117] trunk/dports/devel/glib1

jmr at macports.org jmr at macports.org
Thu Jan 8 07:30:01 PST 2009


Revision: 45117
          http://trac.macports.org/changeset/45117
Author:   jmr at macports.org
Date:     2009-01-08 07:30:00 -0800 (Thu, 08 Jan 2009)
Log Message:
-----------
glib1: fix underquoted definition in glib.m4 (#16529)

Modified Paths:
--------------
    trunk/dports/devel/glib1/Portfile

Added Paths:
-----------
    trunk/dports/devel/glib1/files/patch-glib.m4

Modified: trunk/dports/devel/glib1/Portfile
===================================================================
--- trunk/dports/devel/glib1/Portfile	2009-01-08 15:08:51 UTC (rev 45116)
+++ trunk/dports/devel/glib1/Portfile	2009-01-08 15:30:00 UTC (rev 45117)
@@ -5,7 +5,7 @@
 
 name		glib1
 version		1.2.10
-revision	5
+revision	6
 categories	devel
 maintainers	nomaintainer
 description	Library with data structure functions and other constructs
@@ -38,7 +38,7 @@
 		  system "cp ${distpath}/ltmain13 ${worksrcpath}/ltmain.sh" }
 
 patchfiles	patch-configure patch-config.guess patch-config.sub \
-		patch-gmain.c patch-glib.h patch-gutils.c
+		patch-gmain.c patch-glib.h patch-gutils.c patch-glib.m4
 
 configure.cflags-append	"-I${prefix}/include"
 configure.args	--disable-static --mandir=${prefix}/share/man \

Added: trunk/dports/devel/glib1/files/patch-glib.m4
===================================================================
--- trunk/dports/devel/glib1/files/patch-glib.m4	                        (rev 0)
+++ trunk/dports/devel/glib1/files/patch-glib.m4	2009-01-08 15:30:00 UTC (rev 45117)
@@ -0,0 +1,11 @@
+--- glib.m4.orig	2008-09-12 12:17:30.000000000 -0700
++++ glib.m4	2008-09-12 12:17:41.000000000 -0700
+@@ -5,7 +5,7 @@
+ dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if "gmodule" or 
+ dnl gthread is specified in MODULES, pass to glib-config
+ dnl
+-AC_DEFUN(AM_PATH_GLIB,
++AC_DEFUN([AM_PATH_GLIB],
+ [dnl 
+ dnl Get the cflags and libraries from the glib-config script
+ dnl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090108/e233baf6/attachment.html>


More information about the macports-changes mailing list