diff options
author | steve <steve@FreeBSD.org> | 1999-05-31 12:57:17 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-31 12:57:17 +0800 |
commit | b22c1be2966fc483b60249730236782c849d4c82 (patch) | |
tree | a7284751010159191f1751093ec0e2229ccad6b3 /x11-wm/tvtwm/files | |
parent | 3d3876b6555746b0aed60717b27117b308681664 (diff) | |
download | freebsd-ports-gnome-b22c1be2966fc483b60249730236782c849d4c82.tar.gz freebsd-ports-gnome-b22c1be2966fc483b60249730236782c849d4c82.tar.zst freebsd-ports-gnome-b22c1be2966fc483b60249730236782c849d4c82.zip |
Fix build for Alpha.
Diffstat (limited to 'x11-wm/tvtwm/files')
-rw-r--r-- | x11-wm/tvtwm/files/patch-ac | 42 |
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) |