- respect CFLAGS
This commit is contained in:
brad 1999-08-17 03:09:23 +00:00
parent 896955bdb8
commit 43a14b47e0
2 changed files with 10 additions and 11 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.4 1999/04/01 02:57:52 brad Exp $
# $OpenBSD: Makefile,v 1.5 1999/08/17 03:09:23 brad Exp $
DISTNAME= tosha-0.6
CATEGORIES= audio
MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/audio/
MAINTAINER= angelos@openbsd.org
MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/audio/
.include <bsd.port.mk>

View File

@ -1,7 +1,7 @@
--- Makefile.orig Wed Dec 16 04:34:09 1998
+++ Makefile Sat Jan 2 17:04:51 1999
--- Makefile.orig Wed Dec 16 07:34:09 1998
+++ Makefile Mon Aug 16 22:44:57 1999
@@ -5,10 +5,10 @@
# @(#)$Id: patch-aa,v 1.2 1999/01/04 05:28:48 marc Exp $
# @(#)$Id: patch-aa,v 1.3 1999/08/17 03:09:23 brad Exp $
#
-PREFIX?=/usr/local
@ -13,13 +13,13 @@
###################################################
###### ######
@@ -16,17 +16,7 @@
@@ -16,18 +16,8 @@
###### ######
###################################################
-CFLAGS?=-O2
-CFLAGS+=-Wall -ansi -DGLOBAL_ETC_DIR=\"$(ETCDIR)\"
-
CFLAGS+=-Wall -ansi -DGLOBAL_ETC_DIR=\"$(ETCDIR)\"
-.if (exists(/usr/include/camlib.h))
-CFLAGS+=-DCAM
-LDFLAGS=-lcam
@ -28,10 +28,10 @@
-.endif
-
-GZIP_CMD?=gzip -9
+CFLAGS=-O2 -ansi -DGLOBAL_ETC_DIR=\"$(ETCDIR)\"
-
BINS=tosha pcmplay pcmfade
OBJS=utils.o getlopt.o tosha.o toscsi.o toform.o toconf.o pcmplay.o pcmfade.o
@@ -43,25 +33,22 @@
pcmfade.o: pcmfade.c utils.h