diff options
author | adam <adam@pkgsrc.org> | 2003-12-04 12:04:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2003-12-04 12:04:30 +0000 |
commit | d6fa240eaca6dc3cb2160b3cc7ec8b9d00260e95 (patch) | |
tree | 4da24f78fc0ffa6bb34ed525fcad5bab544c8f9e /graphics | |
parent | 13d1acd834b34e4493203d0f55002f819e521315 (diff) | |
download | pkgsrc-d6fa240eaca6dc3cb2160b3cc7ec8b9d00260e95.tar.gz |
patch-aa changed: CDEBUGFLAGS removed, compiler flags will be taken from the default X11 config
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/plotmtv/distinfo | 4 | ||||
-rw-r--r-- | graphics/plotmtv/patches/patch-aa | 23 |
2 files changed, 15 insertions, 12 deletions
diff --git a/graphics/plotmtv/distinfo b/graphics/plotmtv/distinfo index e4ca7f27815..04162a03872 100644 --- a/graphics/plotmtv/distinfo +++ b/graphics/plotmtv/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 09:54:23 wiz Exp $ +$NetBSD: distinfo,v 1.3 2003/12/04 12:04:30 adam Exp $ SHA1 (Plotmtv1.4.1.tar.Z) = 38ab9cd60db9fc14e99b3353a8c122ae8cecbc06 Size (Plotmtv1.4.1.tar.Z) = 1972882 bytes -SHA1 (patch-aa) = 42bf0a0628ee458e6fd016bce267844282e61984 +SHA1 (patch-aa) = bfc044bbf46b3a53417c1172080f017138d5bcb0 SHA1 (patch-ab) = f713b037e4000c509c2bbb058e6494cd0a5e9c95 SHA1 (patch-ac) = bf7ef352f02c173a371c6471c5124ad7f2eddbf5 diff --git a/graphics/plotmtv/patches/patch-aa b/graphics/plotmtv/patches/patch-aa index 101d873541f..0ac2d8923a5 100644 --- a/graphics/plotmtv/patches/patch-aa +++ b/graphics/plotmtv/patches/patch-aa @@ -1,11 +1,14 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/11/25 21:06:04 jtb Exp $ +$NetBSD: patch-aa,v 1.2 2003/12/04 12:04:30 adam Exp $ -*** Imakefile.orig ---- Imakefile -*************** -*** 22,23 **** -! CDEBUGFLAGS = -g -! DEFINES = -DPRINTER_NAME=\"hpps\" -DPRINTER_CMD=\"lpr\ -h\" ---- 22,23 ---- -! CDEBUGFLAGS = -O3 -! DEFINES = -DPRINTER_NAME=\"S\" -DPRINTER_CMD=\"lpr\ -h\" +--- Imakefile.orig 1995-07-14 19:07:13.000000000 +0000 ++++ Imakefile +@@ -19,8 +19,7 @@ + #define IHaveSubdirs + #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS) $(DEFINES)' + +- CDEBUGFLAGS = -g +- DEFINES = -DPRINTER_NAME=\"hpps\" -DPRINTER_CMD=\"lpr\ -h\" ++ DEFINES = -DPRINTER_NAME=\"S\" -DPRINTER_CMD=\"lpr\ -h\" + PROGRAMDIRS = Lib Plot + UTILITIESDIR = Utils + LOCALBINDIR = ./Bin |