diff options
author | sf <sf@FreeBSD.org> | 2001-01-28 18:37:54 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-01-28 18:37:54 +0000 |
commit | d4b9f90980f5d4bc5ff9701cd729b7c826d18a6f (patch) | |
tree | 42b661a4a7688bc13738d2b7d959d4b265bbe1a0 | |
parent | d1bb1f384cbc140ab27c9beb3d831f59811657e2 (diff) | |
download | FreeBSD-ports-d4b9f90980f5d4bc5ff9701cd729b7c826d18a6f.zip FreeBSD-ports-d4b9f90980f5d4bc5ff9701cd729b7c826d18a6f.tar.gz |
respect CFLAGS.
PR: 19193
Submitted by: lioux
-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 d35d86b..1ecf6cc 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 2383255..0000000 --- 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 |