diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-20 15:33:20 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-20 15:33:20 +0000 |
commit | e50dc2a33659f6b4119906eca4efb0e803b64bfb (patch) | |
tree | d74ba65fed8db0fd098d71428aebd9af6e665d09 /biology | |
parent | 699288db85300808717293ff894f66a1b6091b29 (diff) | |
download | ports-e50dc2a33659f6b4119906eca4efb0e803b64bfb.tar.gz ports-e50dc2a33659f6b4119906eca4efb0e803b64bfb.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/ariadne/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/ariadne/Makefile b/biology/ariadne/Makefile index 09092dcfe03e..ed721afb8791 100644 --- a/biology/ariadne/Makefile +++ b/biology/ariadne/Makefile @@ -22,7 +22,7 @@ MAKE_JOBS_UNSAFE= yes post-patch: @${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS +=| ; \ - s|-c $(OPTIMISE)|-c $(CFLAGS) $(OPTIMIZE)|g' \ + s|-c $$(OPTIMISE)|-c ${CFLAGS} ${OPTIMIZE}|g' \ ${WRKSRC}/Makefile do-install: |