1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- fix build on non i386 archs

Submitted by:	Gürkan Sengün
This commit is contained in:
Dirk Meyer 2006-11-10 14:51:56 +00:00
parent 52d25a5104
commit b8fd717fad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177002

View File

@ -27,8 +27,8 @@ MAKEFILE= GNUmakefile
NO_FILTER_SHLIBS= yes
post-patch:
${CP} ${WRKSRC}/MolTalk/Defs/Linux_i686.def \
${WRKSRC}/MolTalk/Defs/i386.def
${REINPLACE_CMD} -e 's|include Defs/|-include Defs/|' \
${WRKSRC}/MolTalk/GNUmakefile.preamble
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
${WRKSRC}/Tools/GNUmakefile \
${WRKSRC}/Tools/ResultsConverter/GNUmakefile \