diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-04-11 15:32:16 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-04-11 15:32:16 +0000 |
commit | 6a55d48dbd1ce463215c018d3e25658cc775f277 (patch) | |
tree | c34663ab39d4f1c40983604322a173c26d29784d /audio/cdplayer.app | |
parent | 5450d6f1980f5d5f945d99c611be710af44b5e65 (diff) | |
download | ports-6a55d48dbd1ce463215c018d3e25658cc775f277.tar.gz ports-6a55d48dbd1ce463215c018d3e25658cc775f277.zip |
Notes
Diffstat (limited to 'audio/cdplayer.app')
-rw-r--r-- | audio/cdplayer.app/Makefile | 2 | ||||
-rw-r--r-- | audio/cdplayer.app/distinfo | 2 | ||||
-rw-r--r-- | audio/cdplayer.app/files/patch-aa | 16 |
3 files changed, 9 insertions, 11 deletions
diff --git a/audio/cdplayer.app/Makefile b/audio/cdplayer.app/Makefile index 9f268fc34905..6861d220edf9 100644 --- a/audio/cdplayer.app/Makefile +++ b/audio/cdplayer.app/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cdplayer.app -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= audio windowmaker MASTER_SITES= http://planeta.terra.com.br/informatica/oldnapalm/cdplayer/ DISTNAME= CDPlayer.app-${PORTVERSION} diff --git a/audio/cdplayer.app/distinfo b/audio/cdplayer.app/distinfo index c3e7859fa558..a408a597a1d4 100644 --- a/audio/cdplayer.app/distinfo +++ b/audio/cdplayer.app/distinfo @@ -1 +1 @@ -MD5 (CDPlayer.app-1.6.tar.gz) = c41da60cf86372be0170c7f6f88e0db1 +MD5 (CDPlayer.app-1.7.tar.gz) = dbf0ac15a59ed2c9eec69cf73dc9b841 diff --git a/audio/cdplayer.app/files/patch-aa b/audio/cdplayer.app/files/patch-aa index c52361ae2436..21ac1df4b270 100644 --- a/audio/cdplayer.app/files/patch-aa +++ b/audio/cdplayer.app/files/patch-aa @@ -1,14 +1,12 @@ ---- Makefile.orig Thu Mar 9 07:14:23 2000 -+++ Makefile Wed Sep 13 21:09:34 2000 -@@ -1,8 +1,8 @@ +--- Makefile.orig Mon Jan 1 23:42:19 2001 ++++ Makefile Tue Apr 10 15:09:51 2001 +@@ -1,8 +1,6 @@ -PREFIX = /usr/local --CFLAGS = `get-wraster-flags --cflags` `libcdaudio-config --cflags` -+#PREFIX = /usr/local -+CFLAGS += `get-wraster-flags --cflags` `libcdaudio-config --cflags` -I${X11BASE}/include/WINGs - LDFLAGS = `get-wraster-flags --ldflags` `libcdaudio-config --ldadd` - LIBS = `get-wraster-flags --libs` `libcdaudio-config --libs` +-CFLAGS = `get-wings-flags --cflags` `libcdaudio-config --cflags` ++CFLAGS += `get-wings-flags --cflags` `libcdaudio-config --cflags` + LDFLAGS = `get-wings-flags --ldflags` `libcdaudio-config --ldadd` + LIBS = `get-wings-flags --libs` `libcdaudio-config --libs` -CC = gcc -O2 -+#CC = gcc -O2 all: CDPlayer |