Ticket #21203: patch-src-config.mk.diff

File patch-src-config.mk.diff, 579 bytes (added by harold@…, 15 years ago)
  • config.mk

    old new  
    33
    44# Customize below to fit your system
    55
    6 PREFIX = /usr/local
     6PREFIX = /opt/local
    77MANPREFIX = ${PREFIX}/share/man
    88
    9 INCS = -I. -I/usr/include -I/usr/local/include
     9INCS = -I. -I${PREFIX}/include
    1010LIBS = -lc -lutil -lncursesw
    1111#LIBS = -lc -lutil -lncurses
    1212
    1313CFLAGS += -std=c99 -Os ${INCS} -DVERSION=\"${VERSION}\" -DNDEBUG
    14 LDFLAGS += -L/usr/lib -L/usr/local/lib ${LIBS}
     14LDFLAGS += -L${PREFIX}/lib ${LIBS}
    1515
    1616# Mouse handling
    1717CFLAGS += -DCONFIG_MOUSE