diff options
-rw-r--r-- | textproc/detex/distinfo | 4 | ||||
-rw-r--r-- | textproc/detex/patches/patch-aa | 24 |
2 files changed, 17 insertions, 11 deletions
diff --git a/textproc/detex/distinfo b/textproc/detex/distinfo index 0b44c98db87..e0620e052dc 100644 --- a/textproc/detex/distinfo +++ b/textproc/detex/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2004/06/01 20:42:17 shannonjr Exp $ +$NetBSD: distinfo,v 1.5 2004/06/04 18:34:17 jschauma Exp $ SHA1 (detex-2.7.tar) = 84b975a57ea199a29a795d699bb92dca0bad42d5 Size (detex-2.7.tar) = 94720 bytes -SHA1 (patch-aa) = 455387166744bb76b38efeaf5cc7b8a6fc072169 +SHA1 (patch-aa) = 09c182dbc27c3ec34a9c9919f9564b5e4d1eefb3 diff --git a/textproc/detex/patches/patch-aa b/textproc/detex/patches/patch-aa index ed8e6488f37..0f4e5f6cbf5 100644 --- a/textproc/detex/patches/patch-aa +++ b/textproc/detex/patches/patch-aa @@ -1,16 +1,22 @@ -$NetBSD: patch-aa,v 1.2 2004/06/01 20:42:18 shannonjr Exp $ +$NetBSD: patch-aa,v 1.3 2004/06/04 18:34:17 jschauma Exp $ ---- Makefile.orig 1999-05-12 11:45:55.000000000 -0600 -+++ Makefile -@@ -35,9 +35,9 @@ DEFS = - # Add -DNO_MALLOC_DECL if your system does not like the malloc() declaration - # in detex.l (reported by pinard@iro.umontreal.ca) +--- Makefile.orig 1999-05-12 13:45:55.000000000 -0400 ++++ Makefile 2004-06-04 14:37:10.000000000 -0400 +@@ -37,7 +37,7 @@ # --#DEFS += ${DEFS} -DNO_MALLOC_DECL -+DEFS += -DNO_MALLOC_DECL + #DEFS += ${DEFS} -DNO_MALLOC_DECL # -CFLAGS = -O ${DEFS} -+CFLAGS += ${DEFS} ++#CFLAGS = -O ${DEFS} # Use your favorite lexical scanner # +@@ -67,7 +67,7 @@ + all: ${PROGS} + + detex: ${D_OBJ} +- ${CC} ${CFLAGS} -o $@ ${D_OBJ} -ll ++ ${CC} ${CFLAGS} -o $@ ${D_OBJ} + + detex.c: + sed -f states.sed detex.l > xxx.l |