source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* pod2mdoc: oops, committed wrong user settings...
@ 2015-02-13 11:03 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2015-02-13 11:03 UTC (permalink / raw)
  To: source

Log Message:
-----------
oops, committed wrong user settings...

Modified Files:
--------------
    pod2mdoc:
        Makefile

Revision Data
-------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mdocml/pod2mdoc/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -LMakefile -LMakefile -u -p -r1.14 -r1.15
--- Makefile
+++ Makefile
@@ -26,7 +26,7 @@ CFLAGS +=	-Wno-unused-parameter -Wwrite-
 # Change to 0 on systems other than OpenBSD that do not provide
 # 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
 # if ohash.h is not in the default header search path and/or
@@ -40,7 +40,7 @@ CFLAGS +=	-DHAVE_OHASH=0
 # You may have to comment this out on other systems,
 # in particular when using HAVE_OHASH=0.
 
-#LDADD +=	-lutil
+LDADD +=	-lutil
 
 # === LIST OF FILES ====================================================
 
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-13 11:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-13 11:03 pod2mdoc: oops, committed wrong user settings schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).