diff options
author | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
commit | 0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8 (patch) | |
tree | 17937489af4c767844fc63b684ae3e7b31948812 /science/v_sim | |
parent | e959473966b963953d63d5f00fae8751f2decf0f (diff) | |
download | freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.gz freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.zst freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.zip |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Diffstat (limited to 'science/v_sim')
-rw-r--r-- | science/v_sim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/v_sim/Makefile b/science/v_sim/Makefile index f25f0ee6091b..18a7736ed54f 100644 --- a/science/v_sim/Makefile +++ b/science/v_sim/Makefile @@ -48,6 +48,8 @@ pre-configure: -e 's|CFLAGS="-O2"|#CFLAGS="-O2"|;s|Werror ansi pedantic-errors||' \ ${WRKSRC}/${CONFIGURE_SCRIPT} ${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/src/Makefile.in + ${REINPLACE_CMD} -e 's|-pedantic-errors||' \ + ${WRKSRC}/src/extraGtkFunctions/Makefile.in .if defined(WITHOUT_NLS) ${REINPLACE_CMD} -e 's|etc po Documentation|etc Documentation|' \ ${WRKSRC}/Makefile.in |