Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156474646
D34172.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
879 B
Referenced Files
None
Subscribers
None
D34172.diff
View Options
diff --git a/share/mk/bsd.compat.mk b/share/mk/bsd.compat.mk
--- a/share/mk/bsd.compat.mk
+++ b/share/mk/bsd.compat.mk
@@ -71,9 +71,9 @@
# In the program linking case, select LIBCOMPAT
.if defined(NEED_COMPAT)
.ifndef HAS_COMPAT
-.warning NEED_COMPAT defined, but no LIBCOMPAT is available (COMPAT_ARCH == ${COMPAT_ARCH}
+.warning NEED_COMPAT defined, but no LIBCOMPAT is available (COMPAT_ARCH == ${COMPAT_ARCH})
.elif !${HAS_COMPAT:M${NEED_COMPAT}} && ${NEED_COMPAT} != "any"
-.error NEED_COMPAT (${NEED_COMPAT}) defined, but not in HAS_COMPAT ($HAS_COMPAT)
+.error NEED_COMPAT (${NEED_COMPAT}) defined, but not in HAS_COMPAT (${HAS_COMPAT})
.elif ${NEED_COMPAT} == "any"
.endif
.ifdef WANT_COMPAT
@@ -90,7 +90,6 @@
.endif
.endif
-
# -------------------------------------------------------------------
# Generic code for each type.
# Set defaults based on type.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 14, 10:27 PM (2 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33064802
Default Alt Text
D34172.diff (879 B)
Attached To
Mode
D34172: bsd.compat.mk: A few cosmetic fixes.
Attached
Detach File
Event Timeline
Log In to Comment