diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-15 14:20:28 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-15 14:20:28 +0800 |
commit | f5f1bd8a72aff438de32cfc2f124a397413c7415 (patch) | |
tree | ca86a8d1cb4465cfe21e7b665d3a3cc0d853cacd /audio/dagrab/files | |
parent | 8aaf7260fe37b3912798df9a99c72c0f364946e0 (diff) | |
download | freebsd-ports-graphics-f5f1bd8a72aff438de32cfc2f124a397413c7415.tar.gz freebsd-ports-graphics-f5f1bd8a72aff438de32cfc2f124a397413c7415.tar.zst freebsd-ports-graphics-f5f1bd8a72aff438de32cfc2f124a397413c7415.zip |
Update to version 0.3.1. Reroll the patch for FreeBSD so it works
and host it on http://www.freebsd.org/~cpiazza/distilfes/.
Diffstat (limited to 'audio/dagrab/files')
-rw-r--r-- | audio/dagrab/files/patch-aa | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/audio/dagrab/files/patch-aa b/audio/dagrab/files/patch-aa index 6057f9d9a3f..f3bc4782224 100644 --- a/audio/dagrab/files/patch-aa +++ b/audio/dagrab/files/patch-aa @@ -1,16 +1,12 @@ -*** 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 +--- Makefile.orig Thu Jun 24 15:55:04 1999 ++++ Makefile Sat Aug 14 21:58:55 1999 +@@ -1,7 +1,7 @@ +-CC=gcc ++#CC=gcc + #uncomment the following line for linux 2.0.x (and maybe 2.1.x or 1.x too ...) + #UCD=-DUSE_UCDROM +-CFLAGS=-Wall -g ${UCD} ++CFLAGS+=-Wall -g ${UCD} + all:dagrab + + dagrab:dagrab.o |