diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-02-13 17:29:52 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-02-13 17:29:52 +0000 |
commit | 292a504db5fccd454cf9df674fe7521ea8b2c460 (patch) | |
tree | be12884bff241aed7a2a328c4b968d4cbc1f633b /lang/swi-pl | |
parent | 0ca3906d44dfcaedc4896ada93f28c673fe2b066 (diff) |
Unbreak package build on amd64
Submitted by: Gerhard Gonter <g.gonter@ieee.org>
Notes
Notes:
svn path=/head/; revision=128710
Diffstat (limited to 'lang/swi-pl')
-rw-r--r-- | lang/swi-pl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/swi-pl/Makefile b/lang/swi-pl/Makefile index 064197d42039..4ac46211e1e4 100644 --- a/lang/swi-pl/Makefile +++ b/lang/swi-pl/Makefile @@ -44,6 +44,8 @@ post-patch: post-configure: ${REINPLACE_CMD} -e '/MALLOC_H/s/^#define \(HAVE_.*_MALLOC_H\).*/\/\* #undef \1 \*\//g' \ ${WRKSRC}/src/config.h + ${REINPLACE_CMD} -e '/^ARCH=/s/^ARCH=.*/ARCH=${ARCH}-${OPSYS:L}/' \ + ${WRKSRC}/src/Makefile post-install: .for f in pl plld plrc |