summaryrefslogtreecommitdiff
path: root/biology/adun
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-11-10 14:51:56 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-11-10 14:51:56 +0000
commitb8fd717fadd78e3130807be9f15be147fa3994d7 (patch)
treebf5cea26779fa9bdb0f60ebf6fb2394036436e63 /biology/adun
parent- Update to a new distfile; themes are now compatible with engine version 0.30 (diff)
- fix build on non i386 archs
Submitted by: Gürkan Sengün
Notes
Notes: svn path=/head/; revision=177002
Diffstat (limited to 'biology/adun')
-rw-r--r--biology/adun/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/adun/Makefile b/biology/adun/Makefile
index 20bc9d3a6a78..c78b7e7681d9 100644
--- a/biology/adun/Makefile
+++ b/biology/adun/Makefile
@@ -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 \