summaryrefslogtreecommitdiff
path: root/cad/qcad2/files/patch-rprgdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'cad/qcad2/files/patch-rprgdef.h')
-rw-r--r--cad/qcad2/files/patch-rprgdef.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/cad/qcad2/files/patch-rprgdef.h b/cad/qcad2/files/patch-rprgdef.h
deleted file mode 100644
index 37f3d22f68c3..000000000000
--- a/cad/qcad2/files/patch-rprgdef.h
+++ /dev/null
@@ -1,25 +0,0 @@
---- 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 "%%PREFIX%%/share"
- #endif
-
-