aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/replex
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-06-11 16:50:24 +0800
committerdinoex <dinoex@FreeBSD.org>2010-06-11 16:50:24 +0800
commita2d62cd5eb041644f80d0b10a664a9f550090809 (patch)
tree451e2875655585e4c356c4a33a60f1dcf897211b /multimedia/replex
parent5f547b253a1367e0b02fd3bde41c73ea77a28a05 (diff)
downloadfreebsd-ports-gnome-a2d62cd5eb041644f80d0b10a664a9f550090809.tar.gz
freebsd-ports-gnome-a2d62cd5eb041644f80d0b10a664a9f550090809.tar.zst
freebsd-ports-gnome-a2d62cd5eb041644f80d0b10a664a9f550090809.zip
- fix build on 64 bit
Diffstat (limited to 'multimedia/replex')
-rw-r--r--multimedia/replex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/replex/Makefile b/multimedia/replex/Makefile
index c5cb6f57eaf1..5318c32813e7 100644
--- a/multimedia/replex/Makefile
+++ b/multimedia/replex/Makefile
@@ -27,7 +27,7 @@ PORTDOCS= CHANGES README TODO
post-patch:
@${GREP} -lR "<stdint\.h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
's|<stdint\.h>|<inttypes.h>|g'
- @${REINPLACE_CMD} -e \
+ @${REINPLACE_CMD} -e 's|-m32||' -e \
's|-L. -lreplex|libreplex.a $${LIBS}|g' ${WRKSRC}/Makefile
do-install: