[52882] trunk/dports/audio/cd-discid
ryandesign at macports.org
ryandesign at macports.org
Wed Jun 24 22:46:06 PDT 2009
Revision: 52882
http://trac.macports.org/changeset/52882
Author: ryandesign at macports.org
Date: 2009-06-24 22:46:05 -0700 (Wed, 24 Jun 2009)
Log Message:
-----------
cd-discid: use ${configure.cc}
Modified Paths:
--------------
trunk/dports/audio/cd-discid/Portfile
trunk/dports/audio/cd-discid/files/patch-Makefile
Modified: trunk/dports/audio/cd-discid/Portfile
===================================================================
--- trunk/dports/audio/cd-discid/Portfile 2009-06-25 03:25:13 UTC (rev 52881)
+++ trunk/dports/audio/cd-discid/Portfile 2009-06-25 05:46:05 UTC (rev 52882)
@@ -29,6 +29,8 @@
use_configure no
+build.env CC=${configure.cc}
+
destroot.destdir prefix=${destroot}${prefix}
universal_variant no
Modified: trunk/dports/audio/cd-discid/files/patch-Makefile
===================================================================
--- trunk/dports/audio/cd-discid/files/patch-Makefile 2009-06-25 03:25:13 UTC (rev 52881)
+++ trunk/dports/audio/cd-discid/files/patch-Makefile 2009-06-25 05:46:05 UTC (rev 52882)
@@ -1,13 +1,13 @@
---- Makefile Sun Jan 5 21:18:07 2003
-+++ ../../Makefile Wed Mar 16 16:36:04 2005
-@@ -1,17 +1,12 @@
+--- Makefile 2003-01-05 14:18:07.000000000 -0600
++++ Makefile 2009-06-25 00:43:36.000000000 -0500
+@@ -1,17 +1,11 @@
-VERSION = 0.8
-+VERSION = 0.9
- CC = gcc
+-CC = gcc
-CFLAGS = -g -O2
-LDFLAGS =
-LIBS =
-DEFS =
++VERSION = 0.9
INSTALL = /usr/bin/install -c
# Installation directories
@@ -20,7 +20,7 @@
INCL =
SRCS = cd-discid.c
-@@ -32,9 +27,9 @@
+@@ -32,9 +26,9 @@
install: cd-discid
$(INSTALL) -d -m 755 $(bindir)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090624/035b2265/attachment.html>
More information about the macports-changes
mailing list