[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / pod2mdoc

Diff for /pod2mdoc/Makefile between version 1.14 and 1.15

version 1.14, 2015/02/13 09:56:59 version 1.15, 2015/02/13 11:02:48
Line 26  CFLAGS += -Wno-unused-parameter -Wwrite-strings
Line 26  CFLAGS += -Wno-unused-parameter -Wwrite-strings
 # Change to 0 on systems other than OpenBSD that do not provide  # Change to 0 on systems other than OpenBSD that do not provide
 # a native ohash library; compat_ohash.* will be used in that case.  # a native ohash library; compat_ohash.* will be used in that case.
   
 CFLAGS +=       -DHAVE_OHASH=0  CFLAGS +=       -DHAVE_OHASH=1
   
 # May be needed on systems other than OpenBSD when using HAVE_OHASH=1  # May be needed on systems other than OpenBSD when using HAVE_OHASH=1
 # if ohash.h is not in the default header search path and/or  # if ohash.h is not in the default header search path and/or
Line 40  CFLAGS += -DHAVE_OHASH=0
Line 40  CFLAGS += -DHAVE_OHASH=0
 # You may have to comment this out on other systems,  # You may have to comment this out on other systems,
 # in particular when using HAVE_OHASH=0.  # in particular when using HAVE_OHASH=0.
   
 #LDADD +=       -lutil  LDADD +=        -lutil
   
 # === LIST OF FILES ====================================================  # === LIST OF FILES ====================================================
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb