Changeset ef6f4bb
- Timestamp:
- 11/25/2017 10:17:03 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 52d9d2dc
- Parents:
- 47e96317
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r47e96317 ref6f4bb 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[ken] - Fix build breakage in juffed caused by new qtermwidget. Fixes 49 <ulink url="&blfs-ticket-root;10062">#10062</ulink>.</para> 50 </listitem> 51 <listitem> 48 52 <para>[ken] - Add Module::Pluggable to the deps in perl modules. Fixes 49 53 <ulink url="&blfs-ticket-root;10058">#10058</ulink>.</para> -
postlfs/editors/juffed.xml
r47e96317 ref6f4bb 118 118 </para> 119 119 120 <screen><userinput>sed -i 's/"64"/""/' cmake/LibSuffix.cmake && 120 <screen><userinput>sed -i 's/"64"/""/' cmake/LibSuffix.cmake && 121 sed -i '/JUFFED_LIBRARY/s/)$/ qtermwidget5)/' plugins/terminal/CMakeLists.txt && 121 122 122 123 mkdir -v build && … … 154 155 <para> 155 156 <command>sed ... LibSuffix.cmake</command>: Removes the 64 from /lib64. 157 </para> 158 159 <para> 160 <command>sed -i '/JUFFED_LIBRARY/s/)$/ qtermwidget5)/'</command>: Allows this 161 package to build against current <xref linkend="qtermwidget"/>. 156 162 </para> 157 163
Note:
See TracChangeset
for help on using the changeset viewer.