aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/olvwm/files/patch-bb
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2013-09-18 13:16:46 +0800
committercy <cy@FreeBSD.org>2013-09-18 13:16:46 +0800
commit59b8105c4f196f122e10c2fff8cccd24b7b34c73 (patch)
treea9f1763e03c187940d9e65a27c6c4eb8657a9ecf /x11-wm/olvwm/files/patch-bb
parenta8d511d7cdd6319dc5879fb1b10e43a67362a8ba (diff)
downloadfreebsd-ports-gnome-59b8105c4f196f122e10c2fff8cccd24b7b34c73.tar.gz
freebsd-ports-gnome-59b8105c4f196f122e10c2fff8cccd24b7b34c73.tar.zst
freebsd-ports-gnome-59b8105c4f196f122e10c2fff8cccd24b7b34c73.zip
Fix build under 10-CURRENT.
Split old-style patch files into current standard individual patch files.
Diffstat (limited to 'x11-wm/olvwm/files/patch-bb')
-rw-r--r--x11-wm/olvwm/files/patch-bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/x11-wm/olvwm/files/patch-bb b/x11-wm/olvwm/files/patch-bb
deleted file mode 100644
index 9cad8cc8dc20..000000000000
--- a/x11-wm/olvwm/files/patch-bb
+++ /dev/null
@@ -1,18 +0,0 @@
---- gettext.c.orig Sun Sep 29 02:29:20 2002
-+++ gettext.c Sun Sep 29 02:29:47 2002
-@@ -17,12 +17,14 @@
- #define bzero(a,b) memset(a,0,b)
- #endif
-
--char *malloc(), *strdup();
- char * dgettext();
- char *_gettext();
- char *in_path();
-+#ifndef __FreeBSD__
-+char *malloc(), *strdup();
- char *fgets(), *getenv();
- caddr_t mmap(), calloc();
-+#endif
-
- #ifdef NOT
- static struct domain_binding *firstbind=0, *lastbind=0;