patch-examples_api_Makefile 358 B

12345678910111213
  1. $OpenBSD: patch-examples_api_Makefile,v 1.1 2014/09/16 15:41:15 stu Exp $
  2. --- examples.api/Makefile.orig Wed Sep 3 22:22:49 2014
  3. +++ examples.api/Makefile Wed Sep 3 22:23:27 2014
  4. @@ -1,6 +1,6 @@
  5. CFLAGS+= -Wall -g
  6. -CFLAGS+= -I..
  7. -LDLIBS += -L.. -ljim
  8. +CFLAGS+= -I${LOCALBASE}/include/jim
  9. +LDLIBS += -L${LOCALBASE}/lib -ljim
  10. EXAMPLES= \
  11. jim_command \