aboutsummaryrefslogtreecommitdiff
path: root/textproc/jade
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-01-28 18:37:54 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-01-28 18:37:54 +0000
commit46ee834a2e9bc1382066df84e2f32ffa96bef6d9 (patch)
treeda0a695f63e072101cacb3b5b6774f0268d98bdb /textproc/jade
parent446b1c840c73b5219b32a1b326bb63ab4c20326f (diff)
downloadports-46ee834a2e9bc1382066df84e2f32ffa96bef6d9.tar.gz
ports-46ee834a2e9bc1382066df84e2f32ffa96bef6d9.zip
respect CFLAGS.
PR: 19193 Submitted by: lioux
Notes
Notes: svn path=/head/; revision=37682
Diffstat (limited to 'textproc/jade')
-rw-r--r--textproc/jade/Makefile1
-rw-r--r--textproc/jade/files/patch-aa13
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