[Xorg-commit] xc/programs/xterm Imakefile,1.1.4.2,1.1.4.3

Kaleb Keithley xorg-commit at pdx.freedesktop.org
Mon Dec 15 18:00:42 EET 2003


Committed by: kaleb

Update of /cvs/xorg/xc/programs/xterm
In directory pdx:/home/kaleb/xorg/xc.XORG-CURRENT/programs/xterm

Modified Files:
      Tag: XORG-CURRENT
	Imakefile 
Log Message:
bring AIX config into the 21st Century

Index: Imakefile
===================================================================
RCS file: /cvs/xorg/xc/programs/xterm/Imakefile,v
retrieving revision 1.1.4.2
retrieving revision 1.1.4.3
diff -u -d -r1.1.4.2 -r1.1.4.3
--- Imakefile	26 Nov 2003 22:49:13 -0000	1.1.4.2
+++ Imakefile	15 Dec 2003 16:00:02 -0000	1.1.4.3
@@ -151,7 +151,7 @@
 
 #ifndef TermcapLibrary
 #if SystemV && !defined(MacIIArchitecture)
-#if defined(CrayArchitecture) || (defined(HPArchitecture) && (OSMajorVersion < 10)) || defined(RsArchitecture)
+#if defined(CrayArchitecture) || (defined(HPArchitecture) && (OSMajorVersion < 10)) || defined(RsArchitecture) || defined(PpcArchitecture)
 #define TermcapLibrary -lcurses		/* special cases of System V */
 #else
 #define TermcapLibrary -ltermlib	/* usually in here */





More information about the xorg-commit mailing list