1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-09 13:29:24 -04:00
ports/devel/psptoolchain-binutils/files/patch-opcodes-configure
Marcelo Araujo 8cbd3957fb The PlayStation Portable Toolchain is a collection of tools and utilities
for homebrew PSP development.

WWW: http://www.ps2dev.org

PR:		ports/132323, ports/132324, ports/132325, ports/132326
		ports/132327, ports/132328, ports/132329, ports/132330
Submitted by:	Tassilo Philipp <tphilipp@potion-studios.com>
2009-08-21 00:54:33 +00:00

13 lines
547 B
Text

--- opcodes/configure.orig 2009-02-26 14:47:03.000000000 +0100
+++ opcodes/configure 2009-02-26 14:47:35.000000000 +0100
@@ -4345,8 +4345,8 @@
bfdlibdir='$(libdir)'
bfdincludedir='$(includedir)'
if test "${host}" != "${target}"; then
- bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
- bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
+ bfdlibdir='$(exec_prefix)/$(target_noncanonical)/lib'
+ bfdincludedir='$(exec_prefix)/$(target_noncanonical)/include'
fi