1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/net/nxserver/files/patch-nxdesktop-configure
Dirk Meyer b86a05ab73 - update to 2.1.0
- make portlint happier
- fix missing USE_LDCONFIG
PR:		112887
Obtained from:	http://www.deweyonline.com/nx/freebsd.html
2008-04-10 10:22:19 +00:00

12 lines
247 B
Plaintext

--- nxdesktop/configure.orig Mon Sep 18 03:22:22 2006
+++ nxdesktop/configure
@@ -405,7 +405,7 @@
HP-UX)
cflags="$cflags -D_XOPEN_SOURCE_EXTENDED"
;;
- Linux)
+ Linux|FreeBSD)
cflags="$cflags -DHAVE_DECL_DIRFD=1"
;;
esac