freebsd-ports/www/chimera2/files/patch-aa
Thomas Gellekum 9a863ddecf Bring in changes for chimera-2.0a11. A repository copy from
ports/www/chimera was done before.

PR:		4248
Submitted by:	Bruce Gingery <bgingery@gtcs.com>
1997-11-26 07:53:35 +00:00

51 lines
1.3 KiB
Plaintext

*** Imakefile.orig Sun Aug 17 23:18:18 1997
--- Imakefile Mon Nov 24 10:34:00 1997
***************
*** 4,10 ****
#if HasGcc
#ifdef CDebugging
! #define PassCDebugFlags "CDEBUGFLAGS=-g -Wall"
#else
#define PassCDebugFlags "CDEBUGFLAGS=-O -Wall"
#endif
--- 4,10 ----
#if HasGcc
#ifdef CDebugging
! #define PassCDebugFlags "CDEBUGFLAGS=-g -Wall ${CFLAGS}"
#else
#define PassCDebugFlags "CDEBUGFLAGS=-O -Wall"
#endif
***************
*** 19,32 ****
SUBDIRS = port common image html plain proto mxw chimera
MakeSubdirs($(SUBDIRS))
! InstallSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
CleanSubdirs($(SUBDIRS))
MakefileSubdirs($(SUBDIRS))
! InstallManSubdirs($(SUBDIRS))
myclean: clean
$(RM) Common.tmpl Makefile Makefile.bak make.err make.out .depend
! for i in $(SUBDIRS); do \
$(RM) $$i/Makefile $$i/Makefile.bak $$i/.depend; \
done
--- 19,32 ----
SUBDIRS = port common image html plain proto mxw chimera
MakeSubdirs($(SUBDIRS))
! InstallSubdirs(main)
DependSubdirs($(SUBDIRS))
CleanSubdirs($(SUBDIRS))
MakefileSubdirs($(SUBDIRS))
! InstallManSubdirs(main)
myclean: clean
$(RM) Common.tmpl Makefile Makefile.bak make.err make.out .depend
! for i in $(SUBDIRS) $(SOSUBDIRS); do \
$(RM) $$i/Makefile $$i/Makefile.bak $$i/.depend; \
done