diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-09-25 08:45:14 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-09-25 08:45:14 +0000 |
commit | d7d713219be66d795c9f9f5197138f1061c79bca (patch) | |
tree | 108bc92bfdaea27947339e561a9ce8389c33bcf2 /sys-devel/pmake/files | |
parent | Include the alpha 4.99.2 for 5.x fun testing. Please note the 3.x compatibili... (diff) | |
download | gentoo-2-d7d713219be66d795c9f9f5197138f1061c79bca.tar.gz gentoo-2-d7d713219be66d795c9f9f5197138f1061c79bca.tar.bz2 gentoo-2-d7d713219be66d795c9f9f5197138f1061c79bca.zip |
Dont ignore ldflags, install mk to /usr/share/PN and remove the bmake blocker as that allows to install both of them.
(Portage version: 2.2_rc9/cvs/Linux 2.6.26.5 x86_64)
Diffstat (limited to 'sys-devel/pmake/files')
-rw-r--r-- | sys-devel/pmake/files/pmake-1.111.1-ldflags.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-devel/pmake/files/pmake-1.111.1-ldflags.patch b/sys-devel/pmake/files/pmake-1.111.1-ldflags.patch new file mode 100644 index 000000000000..d6047d48994b --- /dev/null +++ b/sys-devel/pmake/files/pmake-1.111.1-ldflags.patch @@ -0,0 +1,13 @@ +Index: pmake/Makefile.boot +=================================================================== +--- pmake.orig/Makefile.boot ++++ pmake/Makefile.boot +@@ -36,7 +36,7 @@ LIBOBJ= lst.lib/lstAppend.o lst.lib/lstA + + bmake: ${OBJ} ${LIBOBJ} + # @echo 'make of make and make.0 started.' +- ${CC} ${CFLAGS} ${OBJ} ${LIBOBJ} -o bmake ${LIBS} ++ ${CC} ${LDFLAGS} ${CFLAGS} ${OBJ} ${LIBOBJ} -o bmake ${LIBS} + @ls -l $@ + # nroff -h -man make.1 > make.0 + # @echo 'make of make and make.0 completed.' |