respect CFLAGS.
PR: 19193 Submitted by: lioux
This commit is contained in:
parent
446b1c840c
commit
46ee834a2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37682
@ -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:
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user