jer 15/04/13 17:29:19 Modified: wireshark-99999999-pkgconfig.patch Removed: wireshark-1.12.4-pkgconfig.patch Log: Drop pkgconfig patch for stable. Add indirection to PLUGIN_INSTALL_DIR. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.3 net-analyzer/wireshark/files/wireshark-99999999-pkgconfig.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/files/wireshark-99999999-pkgconfig.patch?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/files/wireshark-99999999-pkgconfig.patch?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/files/wireshark-99999999-pkgconfig.patch?r1=1.2&r2=1.3 Index: wireshark-99999999-pkgconfig.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/files/wireshark-99999999-pkgconfig.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- wireshark-99999999-pkgconfig.patch 13 Apr 2015 05:00:01 -0000 1.2 +++ wireshark-99999999-pkgconfig.patch 13 Apr 2015 17:29:19 -0000 1.3 @@ -22,7 +22,7 @@ + +AC_SUBST(CMAKE_INSTALL_PREFIX,[$prefix]) +AC_SUBST(CMAKE_INSTALL_LIBDIR,[`basename $libdir`]) -+PLUGIN_INSTALL_DIR="${libdir}/$PACKAGE_NAME/$PACKAGE_VERSION/$plugins_dir" ++PLUGIN_INSTALL_DIR="\${libdir}/$PACKAGE_NAME/$PACKAGE_VERSION/$plugins_dir" +AC_SUBST(PLUGIN_INSTALL_DIR) +PROJECT_VERSION="$PACKAGE_VERSION" +AC_SUBST(PROJECT_VERSION)
