diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-12 14:57:55 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-12 14:57:55 +0000 |
commit | 308cab7eb53a2a5a6821549924a72f9ad1763858 (patch) | |
tree | 3ca3820d7f9cfab5c79a6e347298a0371e70f3e0 /audio | |
parent | Make BROKEN. (diff) |
- Fix setting of $(CFLAGS) and $(CC) variables in Makefile
- Updated package source location on FTP server
PR: 22772
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=35044
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cd-console/Makefile | 2 | ||||
-rw-r--r-- | audio/cd-console/files/patch-aa | 15 |
2 files changed, 13 insertions, 4 deletions
diff --git a/audio/cd-console/Makefile b/audio/cd-console/Makefile index cefed8de465a..90696dd46fcb 100644 --- a/audio/cd-console/Makefile +++ b/audio/cd-console/Makefile @@ -9,7 +9,7 @@ PORTNAME= cd-console PORTVERSION= 2.3 CATEGORIES= audio MASTER_SITES= http://www.cs.helsinki.fi/~salerma/cd-console/ \ - ftp://ftp.aquezada.com/pub/cd-console/ + ftp://ftp.aquezada.com/pub/distrib/cd-console/ MAINTAINER= jdunn@aquezada.com diff --git a/audio/cd-console/files/patch-aa b/audio/cd-console/files/patch-aa index 837447cfc001..5743c549d238 100644 --- a/audio/cd-console/files/patch-aa +++ b/audio/cd-console/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.orig Sun Nov 28 20:08:56 1999 -+++ Makefile Sun Nov 28 20:14:20 1999 -@@ -5,17 +5,17 @@ +--- Makefile.orig Sun Nov 28 20:08:56 1999 ++++ Makefile Sat Nov 11 14:14:53 2000 +@@ -5,24 +5,24 @@ # very welcome). # for linux @@ -24,6 +24,15 @@ OBJS=cd-console.o cd.o $(EXTRA_OBJS) LIBS = -lncurses + # common +-CFLAGS=-O2 -Wall $(DEFS) ++CFLAGS+= $(DEFS) + #CFLAGS=-g -Wall $(DEFS) +-CC = gcc ++#CC = gcc + + all: + make cd-console @@ -38,10 +38,13 @@ $(CC) -c cd_ll_linux.cpp $(CFLAGS) |