summaryrefslogtreecommitdiff
path: root/x11-wm/tvtwm
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-31 04:57:17 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-31 04:57:17 +0000
commita53d0ce8e7210a4aac7beefcccc51c2e316d969a (patch)
treedde1d16b64c621760c4360dbdd176c8317a2801d /x11-wm/tvtwm
parentMark broken for -current boxes with egcs. (diff)
Fix build for Alpha.
Notes
Notes: svn path=/head/; revision=19135
Diffstat (limited to 'x11-wm/tvtwm')
-rw-r--r--x11-wm/tvtwm/files/patch-ac42
1 files changed, 38 insertions, 4 deletions
diff --git a/x11-wm/tvtwm/files/patch-ac b/x11-wm/tvtwm/files/patch-ac
index 3122091620e4..a8601c670ae0 100644
--- a/x11-wm/tvtwm/files/patch-ac
+++ b/x11-wm/tvtwm/files/patch-ac
@@ -1,7 +1,41 @@
-*** Imakefile.orig Mon Dec 5 14:47:52 1994
---- Imakefile Mon Dec 5 14:49:04 1994
+*** Imakefile.orig Thu Feb 2 18:25:44 1995
+--- Imakefile Sun May 30 11:42:08 1999
***************
-*** 106,115 ****
+*** 25,31 ****
+ XCOMM will define yylineno. If you get an "Undefined symbol: _yylineno"
+ XCOMM when linking, adjust this to work on your system.
+
+! #if defined(i386BsdArchitecture) || defined(LinuxArchitecture)
+ # ifdef LexCmd
+ LEX = LexCmd -l
+ # else
+--- 25,31 ----
+ XCOMM will define yylineno. If you get an "Undefined symbol: _yylineno"
+ XCOMM when linking, adjust this to work on your system.
+
+! #if defined(FreeBSDArchitecture) || defined(LinuxArchitecture)
+ # ifdef LexCmd
+ LEX = LexCmd -l
+ # else
+***************
+*** 100,106 ****
+ SpecialObjectRule(LocPixmap.o,NullParameter,'-DBITMAPDIR="$(INCDIR)/bitmaps"')
+ SpecialObjectRule(twm.o,NullParameter,$(TWM_DEFS))
+
+! #if defined(UltrixArchitecture) || defined(AlphaArchitecture)
+ SpecialObjectRule(menus.o,NullParameter,-Olimit 700)
+ #endif
+
+--- 100,106 ----
+ SpecialObjectRule(LocPixmap.o,NullParameter,'-DBITMAPDIR="$(INCDIR)/bitmaps"')
+ SpecialObjectRule(twm.o,NullParameter,$(TWM_DEFS))
+
+! #if !defined(FreeBSDArchitecture) && (defined(UltrixArchitecture) || defined(AlphaArchitecture))
+ SpecialObjectRule(menus.o,NullParameter,-Olimit 700)
+ #endif
+
+***************
+*** 120,129 ****
XCOMM ln $(BINDIR)/tvtwm $(BINDIR)/twm
#if (ProjectX < 5)
@@ -12,7 +46,7 @@
/* InstallNamedProg(ssetroot,xsetroot,$(BINDIR)) */
#endif
---- 106,115 ----
+--- 120,129 ----
XCOMM ln $(BINDIR)/tvtwm $(BINDIR)/twm
#if (ProjectX < 5)