Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 270155 Details for
Bug 363291
dev-java/antlr-2.7.7-r2 AND kde-base/kdesdk-misc-4.4.5 both want to install /usr/lib64/libantlr.so
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for the source renaming the antlr library
kdesdk-misc-4.4.5-antlr.patch (text/plain), 1.75 KB, created by
Jan Kohnert
on 2011-04-16 05:45:49 UTC
(
hide
)
Description:
patch for the source renaming the antlr library
Filename:
MIME Type:
Creator:
Jan Kohnert
Created:
2011-04-16 05:45:49 UTC
Size:
1.75 KB
patch
obsolete
>diff -U 3 -H -d -r -N -x temp -- kdesdk-misc-4.4.5.old/poxml/CMakeLists.txt kdesdk-misc-4.4.5/poxml/CMakeLists.txt >--- kdesdk-misc-4.4.5.old/poxml/CMakeLists.txt 2009-06-17 22:07:51.000000000 +0200 >+++ kdesdk-misc-4.4.5/poxml/CMakeLists.txt 2011-04-16 07:07:00.000000000 +0200 >@@ -43,9 +43,9 @@ > > > kde4_add_executable(po2xml ${po2xml_SRCS}) >-add_dependencies(po2xml antlr) >+add_dependencies(po2xml kantlr) > >-target_link_libraries(po2xml antlr ${QT_QTXML_LIBRARY} ${QT_QTCORE_LIBRARY}) >+target_link_libraries(po2xml kantlr ${QT_QTXML_LIBRARY} ${QT_QTCORE_LIBRARY}) > > install(TARGETS po2xml ${INSTALL_TARGETS_DEFAULT_ARGS}) > >@@ -60,9 +60,9 @@ > > > kde4_add_executable(swappo ${swappo_SRCS}) >-add_dependencies(swappo antlr) >+add_dependencies(swappo kantlr) > >-target_link_libraries(swappo antlr ${QT_QTXML_LIBRARY} ${QT_QTCORE_LIBRARY}) >+target_link_libraries(swappo kantlr ${QT_QTXML_LIBRARY} ${QT_QTCORE_LIBRARY}) > > install(TARGETS swappo ${INSTALL_TARGETS_DEFAULT_ARGS}) > >diff -U 3 -H -d -r -N -x temp -- kdesdk-misc-4.4.5.old/poxml/antlr/src/CMakeLists.txt kdesdk-misc-4.4.5/poxml/antlr/src/CMakeLists.txt >--- kdesdk-misc-4.4.5.old/poxml/antlr/src/CMakeLists.txt 2008-02-21 10:28:21.000000000 +0100 >+++ kdesdk-misc-4.4.5/poxml/antlr/src/CMakeLists.txt 2011-04-16 07:07:41.000000000 +0200 >@@ -35,6 +35,6 @@ > TreeParserSharedInputState.cpp > ) > >-kde4_add_library(antlr SHARED ${antlr_LIB_SRCS}) >-set_target_properties(antlr PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} ) >-install(TARGETS antlr ${INSTALL_TARGETS_DEFAULT_ARGS}) >+kde4_add_library(kantlr SHARED ${antlr_LIB_SRCS}) >+set_target_properties(kantlr PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} ) >+install(TARGETS kantlr ${INSTALL_TARGETS_DEFAULT_ARGS})
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 363291
: 270155 |
270157