diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/compat5x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/compat5x/Makefile b/misc/compat5x/Makefile index d105d186957f..c2d2f48980af 100644 --- a/misc/compat5x/Makefile +++ b/misc/compat5x/Makefile @@ -35,7 +35,7 @@ TARGET32_DIR= ${PREFIX}/lib32/compat IGNORE= is for FreeBSD 6.x and newer .endif -.if ${OSVERSION} > 700011 +.if ${OSVERSION} > 700011 || (${OSVERSION} < 700000 && ${OSVERSION} >= 600104) USE_LDCONFIG= ${TARGET_DIR} PLIST_SUB+= USE_LDCONFIG="" .else |