diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-04-07 01:30:33 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-04-07 01:30:33 +0800 |
commit | 96167866600f393938d024af7cf3ceb5d7dd4c75 (patch) | |
tree | 4de3b2a566ce46c4fc9b2c6fe958d517857dcc26 /security | |
parent | 8cdfee67401b69c4d7a6cd55c4e6c4a665de3fde (diff) | |
download | freebsd-ports-gnome-96167866600f393938d024af7cf3ceb5d7dd4c75.tar.gz freebsd-ports-gnome-96167866600f393938d024af7cf3ceb5d7dd4c75.tar.zst freebsd-ports-gnome-96167866600f393938d024af7cf3ceb5d7dd4c75.zip |
- fix build on sparc64
Submitted by: kwm
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 3790d2d48ddb..a25a5596f141 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1140,6 +1140,10 @@ pre-everything:: .endif +post-patch: + @${REINPLACE_CMD} -e 's|m4 -B 8192|m4|g' \ + ${WRKSRC}/crypto/des/Makefile + do-configure: @${REINPLACE_CMD} -e "s|options 386|options|" \ ${WRKSRC}/config |