File xautolock.dif of Package xautolck
--- Makefile.Linux
+++ Makefile.Linux 1996/05/16 12:15:43
@@ -0,0 +1,17 @@
+#
+#
+#
+# Makefile.Linux to integrate package into source tree of S.u.S.E.-Linux.
+#
+# Copyright (c) 1996 S.u.S.E. Gmbh Fuerth, Germany. All rights reserved.
+#
+#
+
+compile:
+ xmkmf -a
+ make
+
+install:
+ make install
+ install -m 644 xautolock.man /usr/X11R6/man/man1/xautolock.1
+
--- Imakefile.orig 2007-10-04 19:04:23.000000000 +0000
+++ Imakefile 2007-10-04 19:09:10.000000000 +0000
@@ -7,7 +7,7 @@
* work properly when used against a server which doesn't have xidle.
*/
-#ifdef HPArchitecture
+#if defined(HPArchitecture) && !defined(HasGcc)
CCOPTIONS = -Ae
#endif