1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/audio/dagrab/files/patch-aa

17 lines
268 B
Plaintext
Raw Normal View History

*** 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