diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-04-10 10:22:19 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-04-10 10:22:19 +0000 |
commit | b86a05ab734949eb985d2a62267f2039c042d19d (patch) | |
tree | da7f8649fa5f4a4aeb3981d6d77c8f0472c93bc3 /net/nxserver/files/patch-nx-x11-lib-x11-imakefile | |
parent | Reduce list of runtime dependencies. (diff) |
- update to 2.1.0
- make portlint happier
- fix missing USE_LDCONFIG
PR: 112887
Obtained from: http://www.deweyonline.com/nx/freebsd.html
Notes
Notes:
svn path=/head/; revision=211000
Diffstat (limited to 'net/nxserver/files/patch-nx-x11-lib-x11-imakefile')
-rw-r--r-- | net/nxserver/files/patch-nx-x11-lib-x11-imakefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/nxserver/files/patch-nx-x11-lib-x11-imakefile b/net/nxserver/files/patch-nx-x11-lib-x11-imakefile deleted file mode 100644 index 0c594f3e3cae..000000000000 --- a/net/nxserver/files/patch-nx-x11-lib-x11-imakefile +++ /dev/null @@ -1,11 +0,0 @@ ---- nx-X11/lib/X11/Imakefile.orig Thu Sep 2 00:22:34 2004 -+++ nx-X11/lib/X11/Imakefile Thu Sep 2 00:22:46 2004 -@@ -22,7 +22,7 @@ - #ifdef SunArchitecture - NX_INCLUDES = -I../../../nxcomp -I../../../nxcompext -I/usr/sfw/include - #else --NX_INCLUDES = -I../../../nxcomp -I../../../nxcompext -+NX_INCLUDES = -I../../../nxcomp -I../../../nxcompext -I/usr/local/include - #endif - - NX_DEFINES = -DNX_CLEAN_ALLOC \ |