aboutsummaryrefslogtreecommitdiffstats
path: root/lang/dice
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2002-12-15 05:31:55 +0800
committeradamw <adamw@FreeBSD.org>2002-12-15 05:31:55 +0800
commitae97b03f885dce59661e7fc3d0f36638a869ee7b (patch)
tree82990c5c432475aa3de9c940ee1c690fb3ee3529 /lang/dice
parente9cfba8ba9d3a5fa0db3561003698afb2c43c842 (diff)
downloadfreebsd-ports-gnome-ae97b03f885dce59661e7fc3d0f36638a869ee7b.tar.gz
freebsd-ports-gnome-ae97b03f885dce59661e7fc3d0f36638a869ee7b.tar.zst
freebsd-ports-gnome-ae97b03f885dce59661e7fc3d0f36638a869ee7b.zip
Fix build on -current.
Noticed by: bento PR: 45675 Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> Approved by: kris
Diffstat (limited to 'lang/dice')
-rw-r--r--lang/dice/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/dice/Makefile b/lang/dice/Makefile
index e8e79148e5c0..33d0c2d8b9a3 100644
--- a/lang/dice/Makefile
+++ b/lang/dice/Makefile
@@ -27,6 +27,9 @@ post-patch:
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
+ @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} \
+ ${REINPLACE_CMD} -e 's@__aligned@dice_aligned@g'
+
do-install:
@for i in ${WRKSRC}/ubin/*; \
do \