summaryrefslogtreecommitdiff
path: root/audio/dagrab/files
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1999-01-03 18:58:53 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1999-01-03 18:58:53 +0000
commita124edcb1747af2a7c160f1894153cfdb97b1dc3 (patch)
treea21287259ff78186df656bbefec20e8acd480f7f /audio/dagrab/files
parentI've forgotton a file: host.def.XF86_3DLabs . (diff)
Respect CFLAGS.
Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> (ports/9287)
Notes
Notes: svn path=/head/; revision=15806
Diffstat (limited to 'audio/dagrab/files')
-rw-r--r--audio/dagrab/files/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/dagrab/files/patch-aa b/audio/dagrab/files/patch-aa
new file mode 100644
index 000000000000..6057f9d9a3f3
--- /dev/null
+++ b/audio/dagrab/files/patch-aa
@@ -0,0 +1,16 @@
+*** Makefile~ Mon Jan 4 00:51:29 1999
+--- Makefile Mon Jan 4 00:51:17 1999
+***************
+*** 1,5 ****
+! CC=gcc
+! CFLAGS=-Wall -g
+ all:dagrab
+
+ dagrab:dagrab.o
+--- 1,6 ----
+! CC ?= gcc
+! CFLAGS ?= -O2
+! CFLAGS += -Wall -g
+ all:dagrab
+
+ dagrab:dagrab.o