diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-07 22:43:46 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-07 22:43:46 +0000 |
commit | fb4bd1a48c3483c6f6abcf3dce724626588d9b8d (patch) | |
tree | 934fb78a81ddaf9f3a5e3150069f917446f07c1d /graphics | |
parent | 92e327cd209a507c29865643abbf45a43e471212 (diff) | |
download | ports-fb4bd1a48c3483c6f6abcf3dce724626588d9b8d.tar.gz ports-fb4bd1a48c3483c6f6abcf3dce724626588d9b8d.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ayam/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/ayam/Makefile b/graphics/ayam/Makefile index 439717b67c65..db5f7a602e66 100644 --- a/graphics/ayam/Makefile +++ b/graphics/ayam/Makefile @@ -35,6 +35,8 @@ PLUGINS_DIR= ${PREFIX}/lib/${PORTNAME} post-patch: @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' ${WRKSRC}/tcl/ayam.tcl + @${REINPLACE_CMD} -e 's|^MF3DCFLAGS =|MF3DCFLAGS = -fPIC|g' \ + ${WRKSRC}/MF3D/Makefile.mf3d do-install: # binary and wrapper |