Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163574519
D57764.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
502 B
Referenced Files
None
Subscribers
None
D57764.diff
View Options
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1862,10 +1862,10 @@
. for b in ${BINUTILS}
${b}= ${LOCALBASE}/bin/${b:C/PP/++/:C/_CMD//:tl}
. if defined(GNU_CONFIGURE) || defined(BINUTILS_CONFIGURE)
-CONFIGURE_ENV+= ${b:C/_CMD//}="${${b}}"
+CONFIGURE_ENV+= ${b}="${${b}}"
. endif
. if ${BINUTILS_NO_MAKE_ENV:M${b}} == ""
-MAKE_ENV+= ${b:C/_CMD//}="${${b}}"
+MAKE_ENV+= ${b}="${${b}}"
. endif
. endfor
. endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jul 25, 3:34 PM (14 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34277903
Default Alt Text
D57764.diff (502 B)
Attached To
Mode
D57764: bsd.port.mk: do not define STRIP in the configure or build environments
Attached
Detach File
Event Timeline
Log In to Comment