blob: 3938b9e01c95baae6299f274cdd2490b5ad8fe52 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
Description: Disable all optional features, reenabled in the port's Makefile.
Forwarded: not-needed
Author: Peter Pentchev <roam@FreeBSD.org>
Last-Update: 2002-02-22
--- Imakefile.orig
+++ Imakefile
@@ -4,13 +4,13 @@
XCOMM Remove the next line if you want genuine Xaw instead of Xaw3d
-#define XAW3D
+XCOMM define XAW3D
XCOMM Remove the next line if you don't want to enable XTEST support
-#define XTEST
+XCOMM define XTEST
XCOMM Remove the next line if you want to disable internationalization
-#define I18N
+XCOMM define I18N
SRCS = xvkbd.c findwidget.c
|