mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
b86a05ab73
- make portlint happier - fix missing USE_LDCONFIG PR: 112887 Obtained from: http://www.deweyonline.com/nx/freebsd.html
12 lines
247 B
Plaintext
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
|