diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-17 21:53:29 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-17 21:53:29 +0000 |
commit | 677071dc38c7a67a8d692a7e32d5dd5b7e9a2697 (patch) | |
tree | 4eb34491b3ec7126f4c839240871bb11e20e5d59 /app-sci/octave-forge/files | |
parent | Adding amd64 keyword. (diff) | |
download | historical-677071dc38c7a67a8d692a7e32d5dd5b7e9a2697.tar.gz historical-677071dc38c7a67a8d692a7e32d5dd5b7e9a2697.tar.bz2 historical-677071dc38c7a67a8d692a7e32d5dd5b7e9a2697.zip |
Closing #42350.
Diffstat (limited to 'app-sci/octave-forge/files')
-rw-r--r-- | app-sci/octave-forge/files/octave-forge-2004.02.12-fPIC.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-sci/octave-forge/files/octave-forge-2004.02.12-fPIC.patch b/app-sci/octave-forge/files/octave-forge-2004.02.12-fPIC.patch new file mode 100644 index 000000000000..6d6c451d04cb --- /dev/null +++ b/app-sci/octave-forge/files/octave-forge-2004.02.12-fPIC.patch @@ -0,0 +1,20 @@ +--- main/miscellaneous/Makefile 2004-03-17 20:49:42.021540006 +0000 ++++ main/miscellaneous/Makefile 2004-03-17 20:51:52.258546237 +0000 +@@ -23,7 +23,7 @@ + $(MKOCTFILE) -c listencanfork.c + + xmltree.o: xmltree.c xmltree.h +- $(CC) -c $< -o $@ ++ $(CC) -fPIC -c $< -o $@ + + ifdef FLEXML + xmltree_read.l: xmltree_read.act octave.dtd +@@ -36,7 +36,7 @@ + endif + + xmltree_read.o: xmltree_read.c xmltree_read.h +- $(CC) -c $< -o $@ ++ $(CC) -fPIC -c $< -o $@ + + xmlread.o: xmlread.cc xmltree_read.h xmltree.h + $(MKOCTFILE) -c $< -o $@ |