aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-11-27 19:04:23 +0800
committerache <ache@FreeBSD.org>1996-11-27 19:04:23 +0800
commitcc02cb923ac68918363a3eaf04cfc1a23ffe2a42 (patch)
treeeeb786214ac3c7c2a29c9941ceed24feb5496891
parentfc22970c41af06293d1af13ae96d5791263296e0 (diff)
downloadfreebsd-ports-gnome-cc02cb923ac68918363a3eaf04cfc1a23ffe2a42.tar.gz
freebsd-ports-gnome-cc02cb923ac68918363a3eaf04cfc1a23ffe2a42.tar.zst
freebsd-ports-gnome-cc02cb923ac68918363a3eaf04cfc1a23ffe2a42.zip
More freebsd tuning
-rw-r--r--converters/trans/files/patch-ac26
1 files changed, 26 insertions, 0 deletions
diff --git a/converters/trans/files/patch-ac b/converters/trans/files/patch-ac
new file mode 100644
index 000000000000..dfa4bf2fdd3c
--- /dev/null
+++ b/converters/trans/files/patch-ac
@@ -0,0 +1,26 @@
+*** bin/trans.c.bak Sat Jun 1 04:11:00 1996
+--- bin/trans.c Wed Nov 27 12:52:37 1996
+***************
+*** 47,53 ****
+--- 47,55 ----
+
+ /*****************************************************************************/
+
++ #ifndef __FreeBSD__
+ typedef unsigned short int ushort ;
++ #endif
+
+ static ushort BadChar = BAD_CHAR ; /* default BAD character */
+
+*** bin/trans.h.bak Sat Jun 1 04:11:00 1996
+--- bin/trans.h Wed Nov 27 12:52:37 1996
+***************
+*** 96,98 ****
+--- 96,102 ----
+ NeXTSTEP -DUSE_UTIMBUF -DNO_UTIMBUF
+
+ *****************************************************************************/
++
++ #ifdef __FreeBSD__
++ #define USE_UTIMBUF
++ #endif