[25536] trunk/dports/audio/esound/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu May 24 09:48:03 PDT 2007


Revision: 25536
          http://trac.macosforge.org/projects/macports/changeset/25536
Author:   gwright at macports.org
Date:     2007-05-24 09:48:02 -0700 (Thu, 24 May 2007)

Log Message:
-----------
Force autoreconf, otherwise build fails with later autoconf
versions.

Modified Paths:
--------------
    trunk/dports/audio/esound/Portfile

Modified: trunk/dports/audio/esound/Portfile
===================================================================
--- trunk/dports/audio/esound/Portfile	2007-05-24 15:25:02 UTC (rev 25535)
+++ trunk/dports/audio/esound/Portfile	2007-05-24 16:48:02 UTC (rev 25536)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name		esound
 version		0.2.37
+revision	1
 categories	audio
 maintainers	nomaintainer at macports.org
 description	Enlightened Sound Daemon
@@ -28,3 +29,10 @@
 		listening to music on a CD and you receive a \
 		sound-related event from ICQ, the two applications won't \
 		have to jockey for the use of your sound card.     
+
+pre-configure	{ cd ${worksrcpath}
+		  system "env LIBTOOLIZE=${prefix}/bin/glibtoolize autoreconf -vif"
+		}
+
+
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070524/48f9ac13/attachment.html


More information about the macports-changes mailing list