diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-08-10 06:50:28 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-08-10 06:50:28 +0000 |
commit | 4bb3b5bd6fcf3c99fc29cc56c3295f9133e675a4 (patch) | |
tree | 30ade161437fa298af1c75d44ecc9457394781f3 /dev-tcltk/tcl-mccp/files | |
parent | Version bump for security bug 430718. (diff) | |
download | gentoo-2-4bb3b5bd6fcf3c99fc29cc56c3295f9133e675a4.tar.gz gentoo-2-4bb3b5bd6fcf3c99fc29cc56c3295f9133e675a4.tar.bz2 gentoo-2-4bb3b5bd6fcf3c99fc29cc56c3295f9133e675a4.zip |
dev-tcltk/tcl-mccp: Respect CFLAGS, #430528
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk/tcl-mccp/files')
-rw-r--r-- | dev-tcltk/tcl-mccp/files/tcl-mccp-0.6-flags.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-tcltk/tcl-mccp/files/tcl-mccp-0.6-flags.patch b/dev-tcltk/tcl-mccp/files/tcl-mccp-0.6-flags.patch new file mode 100644 index 000000000000..b3b563d3d7c1 --- /dev/null +++ b/dev-tcltk/tcl-mccp/files/tcl-mccp-0.6-flags.patch @@ -0,0 +1,18 @@ + Makefile.in | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/Makefile.in b/Makefile.in +index 956887d..4af7a06 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -91,8 +91,8 @@ lib_LTLIBRARIES = libtcl-mccp.la + libtcl_mccp_la_SOURCES = MCCP.c mccpDecompress.c + lib_DATA = pkgIndex.tcl + +-CFLAGS := -Wall -I $(TCL_PREFIX)/include -lz +-LIBS := $(TCL_STUB_LIB_SPEC) ++CFLAGS += -Wall -I $(TCL_PREFIX)/include ++LIBS += $(TCL_STUB_LIB_SPEC) -lz + + # FIXME: is this the right way to mofify libdir? + libdir = @libdir@/tcl-mccp |