Ticket #1085: pkgconfig-plugindir-fix.patch

File pkgconfig-plugindir-fix.patch, 422 bytes (added by jgeboski, at 2013-08-19T03:25:58Z)

Plugindir fix for bitlbee.pc.

  • configure

    === modified file 'configure'
     
    480480fi
    481481
    482482if [ "$plugins" = 0 ]; then
     483        plugindir=""
    483484        echo '#undef WITH_PLUGINS' >> config.h
    484485else
    485486        echo '#define WITH_PLUGINS' >> config.h
     
    565566cat <<EOF>bitlbee.pc
    566567prefix=$prefix
    567568includedir=$includedir
     569plugindir=$plugindir
    568570
    569571Name: bitlbee
    570572Description: IRC to IM gateway