diff options
| author | Alfredo Tupone <tupone@gentoo.org> | 2020-06-01 15:12:39 +0200 |
|---|---|---|
| committer | Alfredo Tupone <tupone@gentoo.org> | 2020-06-01 15:12:39 +0200 |
| commit | 9dfbf7a90b70366380cc9daf70d0a90a37078d2c (patch) | |
| tree | f0c585ec14883a111753798ab2c3fe68db9e9f84 /dev-tcltk/tclpython/files | |
| parent | 3f8dd2a62cec7e0f274da786a4bfabdc6bdeda17 (diff) | |
| download | gentoo-9dfbf7a90b70366380cc9daf70d0a90a37078d2c.tar.gz gentoo-9dfbf7a90b70366380cc9daf70d0a90a37078d2c.tar.bz2 gentoo-9dfbf7a90b70366380cc9daf70d0a90a37078d2c.zip | |
dev-tcltk/tclpython: do not use colon in sed
Closes: https://bugs.gentoo.org/726610
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk/tclpython/files')
| -rw-r--r-- | dev-tcltk/tclpython/files/tclpython-5.0-gentoo.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tcltk/tclpython/files/tclpython-5.0-gentoo.patch b/dev-tcltk/tclpython/files/tclpython-5.0-gentoo.patch index 965fe3d8d722..c77339982fd6 100644 --- a/dev-tcltk/tclpython/files/tclpython-5.0-gentoo.patch +++ b/dev-tcltk/tclpython/files/tclpython-5.0-gentoo.patch @@ -5,12 +5,12 @@ TCL_VERSION=$(shell echo 'puts $\$$tcl_version' | tclsh) -CFLAGS:= -O2 -Wall -fPIC -DUSE_TCL_STUBS -+CFLAGS:= @CFLAGS@ -fPIC -DUSE_TCL_STUBS ++CFLAGS:= $(MYCFLAGS) -fPIC -DUSE_TCL_STUBS CFLAGS+= $(shell $(PYTHON_CONFIG) --includes) CFLAGS+= -I/usr/include/tcl$(TCL_VERSION) CFLAGS+= -DTCLPYTHON_VERSION=$(PKG_VERSION) -LDFLAGS:= -shared -s -+LDFLAGS:= @LDFLAGS@ -shared ++LDFLAGS:= $(MYLDFLAGS) -shared LDFLAGS+= $(shell $(PYTHON_CONFIG) --libs) LDFLAGS+= -ltclstub$(TCL_VERSION) |
