gnome-libs: fix underquoted definition of AM_PATH_LIBART

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@68011 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Ryan Schmidt
2010-05-24 20:58:23 +00:00
parent f81026c85c
commit ee492d41b0
2 changed files with 13 additions and 2 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ PortSystem 1.0
name gnome-libs
version 1.4.2
set branch [join [lrange [split ${version} .] 0 1] .]
revision 2
revision 3
description These are the GNOME libraries.
long_description These are the GNOME libraries, the foundation for \
most of the application of the GNOME project.
@@ -19,7 +19,7 @@ use_bzip2 yes
checksums md5 6111e91b143a90afb30f7a8c1e6cbbd6
depends_lib port:oaf port:gtk1 port:libghttp port:imlib
patchfiles patch_configure patch_ltmain.sh patch-XmHTMLP.h patch-XmHTMLI.h \
install.diff
install.diff patch-libart_lgpl_libart.m4
configure.args --mandir=${prefix}/share/man --disable-gtk-doc --disable-test-gnome
configure.cppflags-append "-L${prefix}/lib"
@@ -0,0 +1,11 @@
--- libart_lgpl/libart.m4.orig 2000-04-05 03:14:15.000000000 -0500
+++ libart_lgpl/libart.m4 2010-05-24 15:36:35.000000000 -0500
@@ -8,7 +8,7 @@
dnl AM_PATH_LIBART([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
dnl Test for LIBART, and define LIBART_CFLAGS and LIBART_LIBS
dnl
-AC_DEFUN(AM_PATH_LIBART,
+AC_DEFUN([AM_PATH_LIBART],
[dnl
dnl Get the cflags and libraries from the libart-config script
dnl