1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
#PATCHOPTIONS: -p1
--- xvt-2.1.orig/Makefile
+++ xvt-2.1/Makefile
@@ -21,13 +21,13 @@
#
# Supported architectures. Only one of these lines should be uncommented.
#
-ARCH=SUNOS4
+#ARCH=SUNOS4
#ARCH=SUNOS5
#ARCH=OSF1
#ARCH=AIX3
#ARCH=ULTRIX
#ARCH=HPUX
-#ARCH=LINUX
+ARCH=LINUX
#
#
# If this line is uncommented then `Make config' will unclude several options
@@ -69,8 +69,8 @@
#
#DEBUG=-DDEBUG #SITE UKC
#
-#OPTIONS=$(MAGIC_COOKIE) $(DEBUG) #ARCH SUNOS5 OSF1 AIX3 ULTRIX LINUX
-OPTIONS=$(MAGIC_COOKIE) $(UKC_LOCATIONS) $(DEBUG) #ARCH SUNOS4
+OPTIONS=$(MAGIC_COOKIE) $(DEBUG) #ARCH SUNOS5 OSF1 AIX3 ULTRIX LINUX
+#OPTIONS=$(MAGIC_COOKIE) $(UKC_LOCATIONS) $(DEBUG) #ARCH SUNOS4
#
# Additional architecture dependent defines
#
@@ -82,7 +82,7 @@
# modifying if you have local include directories.
#
#ANSI_INCLUDE=-I/usr/local/lib/ansi-include #SITE UKC
-INCLUDE=$(ANSI_INCLUDE) #ARCH SUNOS4
+#INCLUDE=$(ANSI_INCLUDE) #ARCH SUNOS4
#INCLUDE=-I/usr/openwin/include #ARCH SUNOS5
#INCLUDE=-I/usr/include/X11R5 #ARCH HPUX
#
|