diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
commit | 6df3e23245b2c3793f24e4c42dd330d59419494c (patch) | |
tree | e86901dd11e5a970cf6211165d2b26dbe637e186 /audio/dagrab/files/patch-Makefile | |
parent | lang/squeak: Claimed fix for PowerPC (diff) |
Rename audio/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363157
Diffstat (limited to 'audio/dagrab/files/patch-Makefile')
-rw-r--r-- | audio/dagrab/files/patch-Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/dagrab/files/patch-Makefile b/audio/dagrab/files/patch-Makefile new file mode 100644 index 000000000000..57b9babe4113 --- /dev/null +++ b/audio/dagrab/files/patch-Makefile @@ -0,0 +1,14 @@ +--- 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=\"${LOCALBASE}/lib/X11/xmcd/cddb\" + all:dagrab + + dagrab:dagrab.o |