net-misc/nxcompshad: Initial checkin

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2260 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2010-06-14 21:36:57 +00:00
parent ae0ca7cc8d
commit 849590076e
8 changed files with 175 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
Title: Include headers from system directory
DEP: 3
State: CANDIDATE
Abstract:
Include headers from system directory
diff -urNad nxcompshad~/configure.in nxcompshad/configure.in
--- nxcompshad~/configure.in 2007-06-04 13:39:49.000000000 +0200
+++ nxcompshad/configure.in 2008-06-18 10:00:00.000000000 +0200
@@ -17,9 +17,9 @@
dnl Prefer headers and libraries from nx-X11, if present.
-if test -d "../nx-X11/exports/include" ; then
- CXXFLAGS="$CXXFLAGS -I../nx-X11/exports/include"
- LIBS="$LIBS -L../nx-X11/exports/lib"
+if test -d "/usr/include/nx" ; then
+ CXXFLAGS="$CXXFLAGS -I/usr/include/nx"
+ LIBS="$LIBS -L/usr/lib/nx"
fi
dnl Check whether --with-ipaq was given.