diff options
author | ache <ache@FreeBSD.org> | 1997-05-06 00:54:14 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-05-06 00:54:14 +0800 |
commit | b2100c402d753594789deb161eacd1ff9852b951 (patch) | |
tree | c31aca1911eee0d1721f3e6d9c1ca486c0edc5cc /converters/trans/files | |
parent | b6865ab595893549c0e7755bbe8f6d5339ebdaa5 (diff) | |
download | freebsd-ports-gnome-b2100c402d753594789deb161eacd1ff9852b951.tar.gz freebsd-ports-gnome-b2100c402d753594789deb161eacd1ff9852b951.tar.zst freebsd-ports-gnome-b2100c402d753594789deb161eacd1ff9852b951.zip |
Upgrade to 1.12
Diffstat (limited to 'converters/trans/files')
-rw-r--r-- | converters/trans/files/patch-aa | 25 | ||||
-rw-r--r-- | converters/trans/files/patch-ac | 29 |
2 files changed, 40 insertions, 14 deletions
diff --git a/converters/trans/files/patch-aa b/converters/trans/files/patch-aa index 9b29b1d85561..307c3a78004e 100644 --- a/converters/trans/files/patch-aa +++ b/converters/trans/files/patch-aa @@ -1,7 +1,7 @@ -*** Makefile.orig Sat Jun 1 04:11:00 1996 ---- Makefile Wed Nov 27 13:01:22 1996 +*** Makefile.orig Thu May 1 03:12:00 1997 +--- Makefile Mon May 5 20:16:45 1997 *************** -*** 30,43 **** +*** 33,46 **** # # CC = bcc # CC = cl @@ -16,7 +16,7 @@ # # LOPTS are linker options (if any) # ---- 30,44 ---- +--- 33,47 ---- # # CC = bcc # CC = cl @@ -32,3 +32,20 @@ # # LOPTS are linker options (if any) # +*************** +*** 94,100 **** + # + + bintab: +! mkbintab + + # + ############################################################################### +--- 95,101 ---- + # + + bintab: +! PATH=".:$$PATH" ./mkbintab + + # + ############################################################################### diff --git a/converters/trans/files/patch-ac b/converters/trans/files/patch-ac index c831ee767d76..3e2e46b5b24f 100644 --- a/converters/trans/files/patch-ac +++ b/converters/trans/files/patch-ac @@ -1,12 +1,21 @@ -*** bin/trans.h.bak Sat Jun 1 04:11:00 1996 ---- bin/trans.h Wed Nov 27 12:52:37 1996 +*** bin/trans.h.bak Thu May 1 03:12:00 1997 +--- bin/trans.h Mon May 5 19:35:52 1997 *************** -*** 96,98 **** ---- 96,102 ---- - NeXTSTEP -DUSE_UTIMBUF -DNO_UTIMBUF +*** 81,87 **** + /* + if you want to use non-ANSI utime (), uncomment the following line + */ +! /* #define USE_UTIMBUF */ - *****************************************************************************/ -+ -+ #ifdef __FreeBSD__ -+ #define USE_UTIMBUF -+ #endif + /* + if your compiler doesn't define utimbuf, ... +--- 81,89 ---- + /* + if you want to use non-ANSI utime (), uncomment the following line + */ +! #ifdef __FreeBSD__ +! #define USE_UTIMBUF +! #endif + + /* + if your compiler doesn't define utimbuf, ... |