diff options
| author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-19 16:41:28 +0000 |
|---|---|---|
| committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-19 16:41:28 +0000 |
| commit | 9fbeb99b3ee9be154fc804099e4d82db958d7fda (patch) | |
| tree | 8176fb0cd938ba9fd4bcd26be0c3c0ac1ad826d7 /cad/qcad2/files/patch-rprgdef.h | |
| parent | Update to 0.9 (diff) | |
Update to 1.5.4
PR: 43694
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'cad/qcad2/files/patch-rprgdef.h')
| -rw-r--r-- | cad/qcad2/files/patch-rprgdef.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/cad/qcad2/files/patch-rprgdef.h b/cad/qcad2/files/patch-rprgdef.h new file mode 100644 index 000000000000..349fc5cc5ff9 --- /dev/null +++ b/cad/qcad2/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 + + |
