projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c57d219
)
Set NATIVEXBINDIR on OpenBSD.
author
Pascal Stumpf
<Pascal.Stumpf@cubes.de>
Tue, 20 Nov 2012 19:08:34 +0000
(20:08 +0100)
committer
Jon Trulson
<jon@radscan.com>
Wed, 21 Nov 2012 00:17:37 +0000
(17:17 -0700)
cde/programs/dtlogin/Imakefile
patch
|
blob
|
history
diff --git
a/cde/programs/dtlogin/Imakefile
b/cde/programs/dtlogin/Imakefile
index 72c4490cf5bef1bfe0d1347b9f85f9bac5c1f5f6..33dc6f99aff67242099ea4dae18fd2f097979e9d 100644
(file)
--- a/
cde/programs/dtlogin/Imakefile
+++ b/
cde/programs/dtlogin/Imakefile
@@
-196,6
+196,8
@@
INCLUDES = -I$(XPROJECTROOT)/include/freetype2
#if defined (SunArchitecture)
NATIVEXBINDIR = /usr/openwin/bin
+#elif defined(OpenBSDArchitecture)
+ NATIVEXBINDIR = /usr/X11R6/bin
#else
NATIVEXBINDIR = /usr/bin/X11
#endif