diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-28 18:37:54 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-28 18:37:54 +0000 |
commit | 46ee834a2e9bc1382066df84e2f32ffa96bef6d9 (patch) | |
tree | da0a695f63e072101cacb3b5b6774f0268d98bdb | |
parent | Add KTerm.ad patch. (diff) |
respect CFLAGS.
PR: 19193
Submitted by: lioux
Notes
Notes:
svn path=/head/; revision=37682
-rw-r--r-- | textproc/jade/Makefile | 1 | ||||
-rw-r--r-- | textproc/jade/files/patch-aa | 13 |
2 files changed, 0 insertions, 14 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index d35d86bc42f7..1ecf6cc73a12 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -19,7 +19,6 @@ MAINTAINER= ports@FreeBSD.org USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog post-extract: diff --git a/textproc/jade/files/patch-aa b/textproc/jade/files/patch-aa deleted file mode 100644 index 2383255c65b8..000000000000 --- a/textproc/jade/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.comm.in.orig Sun Dec 12 21:06:43 1999 -+++ Makefile.comm.in Sun Dec 12 21:08:59 1999 -@@ -24,8 +24,8 @@ - LIBS=@LIBS@ - DEFS=@DEFS@ - INCS=-I$(srcdir) -I$(srcdir)/../include $(INCLUDE) --CXXFLAGS=@CXXFLAGS@ $(INCS) $(DEBUG) $(DEFS) --CFLAGS=@CFLAGS@ $(DEBUG) $(DEFS) -+CXXFLAGS=-O $(INCS) $(DEBUG) $(DEFS) -+CFLAGS=-O $(DEBUG) $(DEFS) - LDFLAGS=@LDFLAGS@ - MSGGENFLAGS= - CXXDEPGENFLAGS=-MM |