mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
aafdbdc7f2
honor CFLAGS. supress <malloc.h> warnings. split patch-aa into patch-a[acd]. PR: 23445 Submited by: myself Approved by: maintainer
14 lines
442 B
Plaintext
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)
|