mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
security/gnupg1: commit the forgotten patch
This commit is contained in:
parent
baef7f8fb1
commit
626a665bb9
1 changed files with 6 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
--- mpi/config.links.orig 2015-12-19 14:08:22 UTC
|
||||
--- mpi/config.links.orig 2016-04-22 07:30:18 UTC
|
||||
+++ mpi/config.links
|
||||
@@ -40,7 +40,7 @@ case "${host}" in
|
||||
;;
|
||||
|
@ -22,7 +22,7 @@
|
|||
sparc9*-*-* | \
|
||||
ultrasparc*-*-* )
|
||||
echo '/* configured for sparc9 or higher */' >>./mpi/asm-syntax.h
|
||||
@@ -230,8 +236,8 @@ case "${host}" in
|
||||
@@ -230,11 +236,10 @@ case "${host}" in
|
||||
path="powerpc32"
|
||||
;;
|
||||
|
||||
|
@ -32,4 +32,7 @@
|
|||
+ echo '/* configured for {Free,Open,Net}BSD on powerpc */' >>./mpi/asm-syntax.h
|
||||
echo '#define ELF_SYNTAX' >>./mpi/asm-syntax.h
|
||||
cat $srcdir/mpi/powerpc32/syntax.h >>./mpi/asm-syntax.h
|
||||
mpi_sflags="-Wa,-mppc"
|
||||
- mpi_sflags="-Wa,-mppc"
|
||||
path="powerpc32"
|
||||
;;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue