Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137225714
D5818.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
815 B
Referenced Files
None
Subscribers
None
D5818.diff
View Options
Index: head/irc/irc/Makefile
===================================================================
--- head/irc/irc/Makefile
+++ head/irc/irc/Makefile
@@ -18,18 +18,16 @@
USE_RC_SUBR= ircd
GNU_CONFIGURE= yes
+CONFIGURE_OUTSOURCE= yes
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/ircd
-BUILD_WRKSRC= ${WRKSRC}/build
-INSTALL_WRKSRC= ${BUILD_WRKSRC}
-CONFIGURE_WRKSRC= ${BUILD_WRKSRC}
+CONFIGURE_WRKSRC= ${WRKSRC}/build
+CONFIGURE_SCRIPT= support/configure
OPTIONS_DEFINE= IPV6
OPTIONS_DEFAULT=IPV6
IPV6_CONFIGURE_ENABLE= ipv6
-pre-configure:
- @${MKDIR} ${BUILD_WRKSRC}
- ${CP} -p ${WRKSRC}/support/configure ${BUILD_WRKSRC}
- ${CP} -p ${WRKSRC}/support/config.h.dist ${BUILD_WRKSRC}/config.h
+post-configure:
+ @${LN} -sf ${WRKSRC}/support/config.h.dist ${BUILD_WRKSRC}/config.h
.include <bsd.port.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 22, 2:58 PM (3 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25913198
Default Alt Text
D5818.diff (815 B)
Attached To
Mode
D5818: irc/irc: convert to CONFIGURE_OUTSOURCE
Attached
Detach File
Event Timeline
Log In to Comment