[45018] trunk/dports/multimedia/smpeg

jmr at macports.org jmr at macports.org
Tue Jan 6 07:03:42 PST 2009


Revision: 45018
          http://trac.macports.org/changeset/45018
Author:   jmr at macports.org
Date:     2009-01-06 07:03:41 -0800 (Tue, 06 Jan 2009)
Log Message:
-----------
smpeg: fix underquoted definition in smpeg.m4

Modified Paths:
--------------
    trunk/dports/multimedia/smpeg/Portfile

Added Paths:
-----------
    trunk/dports/multimedia/smpeg/files/patch-smpeg.m4.diff

Modified: trunk/dports/multimedia/smpeg/Portfile
===================================================================
--- trunk/dports/multimedia/smpeg/Portfile	2009-01-06 14:54:26 UTC (rev 45017)
+++ trunk/dports/multimedia/smpeg/Portfile	2009-01-06 15:03:41 UTC (rev 45018)
@@ -4,7 +4,7 @@
 
 name		smpeg
 version		0.4.4
-revision	6
+revision	7
 categories	multimedia
 maintainers	mww
 platforms	darwin
@@ -25,7 +25,8 @@
 depends_lib	port:libsdl
 
 patchfiles	patch-smpeg.h.diff patch-glmovie-tile.c.diff \
-		patch-glmovie.c.diff patch-Makefile.in.diff patch-configure.diff
+		patch-glmovie.c.diff patch-Makefile.in.diff patch-configure.diff \
+		patch-smpeg.m4.diff
 post-patch {
 	file copy -force ${distpath}/ltconfig13 ${worksrcpath}/ltconfig
 	file copy -force ${distpath}/ltmain13 ${worksrcpath}/ltmain.sh

Added: trunk/dports/multimedia/smpeg/files/patch-smpeg.m4.diff
===================================================================
--- trunk/dports/multimedia/smpeg/files/patch-smpeg.m4.diff	                        (rev 0)
+++ trunk/dports/multimedia/smpeg/files/patch-smpeg.m4.diff	2009-01-06 15:03:41 UTC (rev 45018)
@@ -0,0 +1,11 @@
+--- smpeg.m4	2003/08/26 07:58:15	272
++++ smpeg.m4	2005/04/27 15:17:11	284
+@@ -10,7 +10,7 @@
+ ACTION-IF-NOT-FOUND]]])
+ dnl Test for SMPEG, and define SMPEG_CFLAGS and SMPEG_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_SMPEG,
++AC_DEFUN([AM_PATH_SMPEG],
+ [dnl
+ dnl Get the cflags and libraries from the smpeg-config script
+ dnl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090106/a91da102/attachment.html>


More information about the macports-changes mailing list