diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-05-03 15:56:24 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-05-03 15:56:24 +0000 |
commit | a7ff88b7ff18651b19998d7685a5a002471580e2 (patch) | |
tree | 625f35161ac5798456a67ffb020d3665af7ea1e6 /audio/csound/files/patch-dpwelib.h | |
parent | Update to 0.6.0. (diff) |
Unbreak port by updating to 4.23.
Triggered by: kris wants to remove broken ports
Approved by: maintainer timeout (he hasn't much time at the moment
and I want to have bugs get reported just in time to
have it fixed before 5.1)
Diffstat (limited to 'audio/csound/files/patch-dpwelib.h')
-rw-r--r-- | audio/csound/files/patch-dpwelib.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/csound/files/patch-dpwelib.h b/audio/csound/files/patch-dpwelib.h deleted file mode 100644 index b3e2c56a27a2..000000000000 --- a/audio/csound/files/patch-dpwelib.h +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- dpwelib.h.orig Sun Jul 14 16:03:01 2002 -+++ dpwelib.h Sun Jul 14 16:02:51 2002 -@@ -56,7 +56,7 @@ - #else /* ultrix, not NeXT */ - #ifdef clipper - #else --# if defined(LATTICE) || defined(WIN32) || defined(SGI) -+# if defined(LATTICE) || defined(WIN32) || defined(SGI) || defined(__FreeBSD__) - # include <stdlib.h> - # else - # include <unistd.h> |