Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
f50904e7
Commit
f50904e7
authored
Jan 25, 2018
by
dimbor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
On Debian, NX libraries and binaries are installed to /usr/lib/nx
parent
949b91c6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Imake.tmpl
nx-X11/config/cf/Imake.tmpl
+2
-2
site.def
nx-X11/config/cf/site.def
+1
-1
security.c
nx-X11/programs/Xserver/Xext/security.c
+1
-1
No files found.
nx-X11/config/cf/Imake.tmpl
View file @
f50904e7
...
@@ -728,7 +728,7 @@ TCLIBDIR = TclLibDir
...
@@ -728,7 +728,7 @@ TCLIBDIR = TclLibDir
#define AlternateUsrLibDir YES
#define AlternateUsrLibDir YES
#endif
#endif
#else
#else
#define UsrLibDir Concat4(/usr
/local
,/,LibDirName,/nx/X11)
#define UsrLibDir Concat4(/usr,/,LibDirName,/nx/X11)
#ifndef AlternateUsrLibDir
#ifndef AlternateUsrLibDir
#define AlternateUsrLibDir NO
#define AlternateUsrLibDir NO
#endif
#endif
...
@@ -746,7 +746,7 @@ TCLIBDIR = TclLibDir
...
@@ -746,7 +746,7 @@ TCLIBDIR = TclLibDir
#define AlternateUsrDataDir YES
#define AlternateUsrDataDir YES
#endif
#endif
#else
#else
#define UsrDataDir Concat4(/usr
/local
,/,share,/nx)
#define UsrDataDir Concat4(/usr,/,share,/nx)
#ifndef AlternateUsrDataDir
#ifndef AlternateUsrDataDir
#define AlternateUsrDataDir NO
#define AlternateUsrDataDir NO
#endif
#endif
...
...
nx-X11/config/cf/site.def
View file @
f50904e7
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
#ifdef AfterVendorCF
#ifdef AfterVendorCF
#ifndef ProjectRoot
#ifndef ProjectRoot
#define ProjectRoot /usr
/local
#define ProjectRoot /usr
#endif
#endif
/*
/*
...
...
nx-X11/programs/Xserver/Xext/security.c
View file @
f50904e7
...
@@ -84,7 +84,7 @@ in this Software without prior written authorization from The Open Group.
...
@@ -84,7 +84,7 @@ in this Software without prior written authorization from The Open Group.
#ifdef NXAGENT_SERVER
#ifdef NXAGENT_SERVER
#define NX_ALTERNATIVEPOLICYFILE "/usr/
local/
share/nx/SecurityPolicy"
#define NX_ALTERNATIVEPOLICYFILE "/usr/share/nx/SecurityPolicy"
#endif
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment