mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
- make portlint happier - fix missing USE_LDCONFIG PR: 112887 Obtained from: http://www.deweyonline.com/nx/freebsd.html
11 lines
247 B
Text
11 lines
247 B
Text
--- 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
|