diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-22 21:26:50 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-22 21:26:50 +0000 |
commit | e4c68617dc3b27635c0c14167ef5031efb8db311 (patch) | |
tree | 735b8f4fdf0ad10357e533244c853a5c71e126e2 /audio/dap/files/patch-aa | |
parent | Be sure INSTALLDIR exists before we write into it. (diff) |
Checksum changed on MASTER_SITE, fixup accordingly. Seems they added
support for NetBSD in the Makefiles. Other than that nothing changed.
Diffstat (limited to 'audio/dap/files/patch-aa')
-rw-r--r-- | audio/dap/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/dap/files/patch-aa b/audio/dap/files/patch-aa index bbe0748b9f76..7878b0f41017 100644 --- a/audio/dap/files/patch-aa +++ b/audio/dap/files/patch-aa @@ -6,7 +6,7 @@ Index: Makefile +all: DAP + +DAP: -+ (cd tooltips; make -f Makefile); ++ (cd tooltips; make -f Makefile.linux); + (cd libaudio; make -f Makefile.linux); + (cd libaudiofile; make -f Makefile.linux); + (cd spkit/spkit; make -f Makefile.linux); |