summaryrefslogtreecommitdiff
path: root/sysutils/dvdtape
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2001-06-11 07:31:18 +0000
committerBrian Somers <brian@FreeBSD.org>2001-06-11 07:31:18 +0000
commit4ea5ea75c11fb1bca52efab7c1d6348965fd8fa9 (patch)
tree7a8a63c440b7223539bcd433df25e93b62a788b1 /sysutils/dvdtape
parentFix sed expression in previous (untested) commit. (diff)
Remove -O and -Wall from CFLAGS and use whatever's already there
Suggested by: will
Notes
Notes: svn path=/head/; revision=43821
Diffstat (limited to 'sysutils/dvdtape')
-rw-r--r--sysutils/dvdtape/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/dvdtape/files/patch-aa b/sysutils/dvdtape/files/patch-aa
index ec7c07bb3240..a63758638570 100644
--- a/sysutils/dvdtape/files/patch-aa
+++ b/sysutils/dvdtape/files/patch-aa
@@ -9,7 +9,7 @@
+BINDIR= ${PREFIX}/bin
+MANDIR= ${PREFIX}/man
+CC ?=gcc
-+CFLAGS= -O -D_FILE_OFFSET_BITS=64 -Wall -I${LOCALBASE}/include
++CFLAGS+= -D_FILE_OFFSET_BITS=64 -I${LOCALBASE}/include
+LD =${CC}
+LDFLAGS=-L${LOCALBASE}/lib
+LIBS= -lgnugetopt