summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/httpup/files/httpup-0.3.2-darwin.patch')
-rw-r--r--dev-util/httpup/files/httpup-0.3.2-darwin.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-util/httpup/files/httpup-0.3.2-darwin.patch b/dev-util/httpup/files/httpup-0.3.2-darwin.patch
deleted file mode 100644
index 30a76c5fa8c3..000000000000
--- a/dev-util/httpup/files/httpup-0.3.2-darwin.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-* Darwin and BSD need libgen.h for basename, on linux this header is
- also available
-
---- httpup.cpp
-+++ httpup.cpp
-@@ -15,6 +15,7 @@
- #include <sys/stat.h>
- #include <unistd.h>
- #include <dirent.h>
-+#include <libgen.h>
-
- #include "fileutils.h"
- #include "httpup.h"