Ticket #43566: patch-other-pamx-Makefile.diff

File patch-other-pamx-Makefile.diff, 410 bytes (added by mthomas+macports@…, 10 years ago)
  • other/pamx/Makefile

    old new  
    99
    1010EXTERN_INCLUDE =
    1111
    12 ifeq ($(shell pkg-config x11 --modversion --silence-errors),)
     12ifeq ($(MACPORTS_X11),N)
     13else ifeq ($(shell pkg-config x11 --modversion --silence-errors),)
    1314  # Pkg-config has never heard of X11, or doesn't even exist
    1415
    1516  ifneq ($(X11LIB),NONE)