aboutsummaryrefslogtreecommitdiff
path: root/cad/qcad/files/patch-rprgdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'cad/qcad/files/patch-rprgdef.h')
-rw-r--r--cad/qcad/files/patch-rprgdef.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/cad/qcad/files/patch-rprgdef.h b/cad/qcad/files/patch-rprgdef.h
new file mode 100644
index 000000000000..349fc5cc5ff9
--- /dev/null
+++ b/cad/qcad/files/patch-rprgdef.h
@@ -0,0 +1,25 @@
+--- rprgdef.h.orig Fri Sep 20 19:26:57 2002
++++ rprgdef.h Tue Nov 19 16:48:27 2002
+@@ -23,12 +23,14 @@
+
+
+ // Uncomment for Linux
++/*
+ #define DEF_LINUX // Are we running Linux?
+ #define RUNNING_LINUX true
+ #define RUNNING_WINDOWS false
+ #define RUNNING_SOLARIS false
+ #define RUNNING_IRIX false
+ #define DATADIR "/usr/share"
++*/
+
+
+ #ifdef __FreeBSD__
+@@ -38,6 +40,7 @@
+ #define RUNNING_WINDOWS false
+ #define RUNNING_SOLARIS false
+ #define RUNNING_IRIX false
++#define DATADIR "/usr/local/share"
+ #endif
+
+