1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/graphics/plotmtv/files/patch-aa
FUJISHIMA Satsuki aafdbdc7f2 Correct manpage handling with XFree86-4.
honor CFLAGS.
supress <malloc.h> warnings.
split patch-aa into patch-a[acd].

PR:		23445
Submited by:	myself
Approved by:	maintainer
2000-12-30 18:43:12 +00:00

14 lines
442 B
Plaintext

--- Imakefile.orig Sat Jul 15 04:07:13 1995
+++ Imakefile Wed Nov 1 07:54:28 2000
@@ -19,9 +19,8 @@
#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS) $(DEFINES)'
- CDEBUGFLAGS = -g
DEFINES = -DPRINTER_NAME=\"hpps\" -DPRINTER_CMD=\"lpr\ -h\"
- PROGRAMDIRS = Lib Plot
+ PROGRAMDIRS = Lib Plot Docs
UTILITIESDIR = Utils
LOCALBINDIR = ./Bin
SUBDIRS = $(PROGRAMDIRS) $(UTILITIESDIR)