Edit

IABSD.fr/ports/x11/pmenu

Branch :

  • Show log

    Commit

  • Author : kn
    Date : 2021-03-07 22:26:27
    Hash : b4c7c2d6
    Message : Honour CFLAGS and in turn make the debug package actually useful as the current one contains no symbols; this is due to CFLAGS containing DEBUG which passes "-g" as per DEBUG_PACKAGES. Upstream should tweak their config.mk to support proper variable usage without downstream having to patch makefiles. Fix DESCR while here. OK sthen