Ticket #23999: ignore-apr0-and-apr-util0.patch
File ignore-apr0-and-apr-util0.patch, 565 bytes (added by ryandesign (Ryan Carsten Schmidt), 15 years ago) |
---|
-
svnqt/cmakemodules/FindSubversion.cmake
old new 60 60 FIND_SUB_LIB(SUBVERSION_RALIB svn_ra-1) 61 61 FIND_SUB_LIB(SUBVERSION_DIFFLIB svn_diff-1) 62 62 63 FIND_PROGRAM(APR_CONFIG NAMES apr- config apr-1-config63 FIND_PROGRAM(APR_CONFIG NAMES apr-1-config 64 64 PATHS 65 65 /usr/local/apr/bin 66 66 ) 67 67 68 FIND_PROGRAM(APU_CONFIG NAMES apu- config apu-1-config68 FIND_PROGRAM(APU_CONFIG NAMES apu-1-config 69 69 PATHS 70 70 /usr/local/apr/bin 71 71 )