Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162602733
D9556.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
839 B
Referenced Files
None
Subscribers
None
D9556.diff
View Options
Index: head/audio/alsa-utils/Makefile
===================================================================
--- head/audio/alsa-utils/Makefile
+++ head/audio/alsa-utils/Makefile
@@ -30,7 +30,8 @@
BAT_LIB_DEPENDS=libfftw3.so:math/fftw3
BAT_CONFIGURE_ENABLE=bat
-MANPAGES_BUILD_DEPENDS= xmlto:textproc/xmlto
+MANPAGES_BUILD_DEPENDS= minixmlto:textproc/minixmlto
+MANPAGES_CONFIGURE_ENV= ac_cv_prog_xmlto=minixmlto
MANPAGES_CONFIGURE_ENABLE=xmlto
NLS_USES= gettext
@@ -42,7 +43,10 @@
post-patch: .SILENT
${REINPLACE_CMD} -e '/LIBS/s/-ldl//g; /LIBRT/s/-lrt//g;' \
+ -e '/x"$$xmlto"/s/= xyes/!= xno/' \
${WRKSRC}/configure
+ ${REINPLACE_CMD} -e 's/ xmlto/ $$(xmlto)/' \
+ ${WRKSRC}/alsactl/Makefile.in
${FIND} -E ${WRKSRC} -type f -regex \
'.*\.([[:digit:]]|spec\.in|csv|xml)' -exec \
${REINPLACE_CMD} -i .pathfix.bak \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 15, 11:10 PM (14 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35117830
Default Alt Text
D9556.diff (839 B)
Attached To
Mode
D9556: Use minixmlto instead of xmlto to reduce the number of build dependencies
Attached
Detach File
Event Timeline
Log In to Comment