ports/misc/xrmap/files/patch-editkit_Imakefile
Jean-Yves Lefort 8e5f24b770 [1]:
- Update to 2.32
  - Respect ${CC}, ${CFLAGS}, ${NOPORTDOCS}, ${DOCSDIR} and ${EXAMPLESDIR}
  - Pass maintainership to submitter

Moreover:
  - In order to ensure proper permissions/ownerships/stripping, override the
    vendor install and use ${INSTALL_*} instead
  - Group distfiles by using ${DIST_SUBDIR}

[1]:
PR:		ports/88070
Submitted by:	Serge Gagnon <serge.gagnon@b2b2c.ca> (new maintainer)
2005-10-27 11:11:59 +00:00

11 lines
413 B
Text

--- editkit/Imakefile.orig Tue Sep 6 18:06:13 2005
+++ editkit/Imakefile Thu Oct 27 11:54:22 2005
@@ -23,7 +23,7 @@
XCOMM Compile options:
XCOMM
-CFLAGS = -O2 -fomit-frame-pointer -pipe -Wall -DTHREED -DGREEK -DJUSTIFY -DSHAREDIR="\"$(SHAREDIR)\""
+CFLAGS += -Wall -DTHREED -DGREEK -DJUSTIFY -DSHAREDIR="\"$(SHAREDIR)\""
LOCAL_LIBRARIES=$(XLIB)
DEPLIBS= # I don't know what I'm doing, and I hate imake!