diff options
author | steve <steve@FreeBSD.org> | 2000-08-13 22:17:25 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-08-13 22:17:25 +0800 |
commit | 241436f19486aa03a4e33fd015f80c82091f089b (patch) | |
tree | dfb588cb94bd148d8bc0d6b3f7ddb65ae178b525 /audio | |
parent | 5a0022863cb3c792162a5312ee81d7065589dbf9 (diff) | |
download | freebsd-ports-gnome-241436f19486aa03a4e33fd015f80c82091f089b.tar.gz freebsd-ports-gnome-241436f19486aa03a4e33fd015f80c82091f089b.tar.zst freebsd-ports-gnome-241436f19486aa03a4e33fd015f80c82091f089b.zip |
Remove patch-ab because it has exactly the same contents as patch-aa and
that will cause problems during 'make patch'.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/dagrab/files/patch-ab | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/dagrab/files/patch-ab b/audio/dagrab/files/patch-ab deleted file mode 100644 index 1dc716f4cb36..000000000000 --- a/audio/dagrab/files/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.orig Sat Feb 19 15:41:30 2000 -+++ Makefile Fri Apr 21 17:12:20 2000 -@@ -1,8 +1,8 @@ --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 --PREFIX=/usr/local --CFLAGS=-Wall -g ${UCD} -+PREFIX?=/usr/local -+CFLAGS+=${UCD} -DCDDB_PATH=\"${X11BASE}/lib/X11/xmcd/cddb\" - all:dagrab - - dagrab:dagrab.o |