[42968] trunk/dports/audio/twolame
blb at macports.org
blb at macports.org
Tue Dec 2 16:37:49 PST 2008
Revision: 42968
http://trac.macports.org/changeset/42968
Author: blb at macports.org
Date: 2008-12-02 16:37:49 -0800 (Tue, 02 Dec 2008)
Log Message:
-----------
audio/twolame - make sure that, when building, it picks up its current
headers and not those from an older, still-active install (#17483)
Modified Paths:
--------------
trunk/dports/audio/twolame/Portfile
Added Paths:
-----------
trunk/dports/audio/twolame/files/
trunk/dports/audio/twolame/files/patch-frontend_Makefile.in.diff
trunk/dports/audio/twolame/files/patch-simplefrontend_Makefile.in.diff
Modified: trunk/dports/audio/twolame/Portfile
===================================================================
--- trunk/dports/audio/twolame/Portfile 2008-12-02 23:52:06 UTC (rev 42967)
+++ trunk/dports/audio/twolame/Portfile 2008-12-03 00:37:49 UTC (rev 42968)
@@ -16,6 +16,9 @@
sha1 64d621c2967fe8a2fda20f75230a8220fb740090 \
rmd160 d5577b36380007ecc701e3afb5b98bc145790085
+patchfiles patch-frontend_Makefile.in.diff \
+ patch-simplefrontend_Makefile.in.diff
+
configure.args --mandir=${prefix}/share/man
depends_build port:pkgconfig
Added: trunk/dports/audio/twolame/files/patch-frontend_Makefile.in.diff
===================================================================
--- trunk/dports/audio/twolame/files/patch-frontend_Makefile.in.diff (rev 0)
+++ trunk/dports/audio/twolame/files/patch-frontend_Makefile.in.diff 2008-12-03 00:37:49 UTC (rev 42968)
@@ -0,0 +1,13 @@
+--- frontend/Makefile.in.orig 2008-01-09 07:56:52.000000000 -0700
++++ frontend/Makefile.in 2008-12-02 17:31:04.000000000 -0700
+@@ -53,8 +53,8 @@
+ DEFAULT_INCLUDES = -I. -I$(top_builddir)/build at am__isrc@
+ depcomp = $(SHELL) $(top_srcdir)/build/depcomp
+ am__depfiles_maybe = depfiles
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
++COMPILE = $(CC) $(DEFS) $(AM_CFLAGS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS)
+ LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+ --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Added: trunk/dports/audio/twolame/files/patch-simplefrontend_Makefile.in.diff
===================================================================
--- trunk/dports/audio/twolame/files/patch-simplefrontend_Makefile.in.diff (rev 0)
+++ trunk/dports/audio/twolame/files/patch-simplefrontend_Makefile.in.diff 2008-12-03 00:37:49 UTC (rev 42968)
@@ -0,0 +1,13 @@
+--- simplefrontend/Makefile.in.orig 2008-01-09 07:56:52.000000000 -0700
++++ simplefrontend/Makefile.in 2008-12-02 17:34:26.000000000 -0700
+@@ -50,8 +50,8 @@
+ DEFAULT_INCLUDES = -I. -I$(top_builddir)/build at am__isrc@
+ depcomp = $(SHELL) $(top_srcdir)/build/depcomp
+ am__depfiles_maybe = depfiles
+-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
++COMPILE = $(CC) $(DEFS) $(AM_CFLAGS) $(DEFAULT_INCLUDES) $(INCLUDES) \
++ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS)
+ LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+ --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081202/642406e4/attachment-0001.html>
More information about the macports-changes
mailing list