diff options
author | adamw <adamw@FreeBSD.org> | 2013-09-13 05:33:54 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2013-09-13 05:33:54 +0800 |
commit | 85a8a5cff2c9c810a067ace2660759e99c44bdc5 (patch) | |
tree | 3057690fefabf34f1688158cf8870e3581d8f3b8 /textproc | |
parent | 53b7d46da141a6531e216c030c7174c58f6473c0 (diff) | |
download | freebsd-ports-gnome-85a8a5cff2c9c810a067ace2660759e99c44bdc5.tar.gz freebsd-ports-gnome-85a8a5cff2c9c810a067ace2660759e99c44bdc5.tar.zst freebsd-ports-gnome-85a8a5cff2c9c810a067ace2660759e99c44bdc5.zip |
Remove hardcoded gcc.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/multimarkdown/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/multimarkdown/Makefile b/textproc/multimarkdown/Makefile index a12cff89d9c6..c18b3a8a3c47 100644 --- a/textproc/multimarkdown/Makefile +++ b/textproc/multimarkdown/Makefile @@ -29,7 +29,8 @@ PORTDOCS= LICENSE README.markdown .include <bsd.port.options.mk> post-patch: - @${REINPLACE_CMD} -E "/CFLAGS/s/-arch [[:alnum:]]+//; /CFLAGS/s/\?=/\+=/" \ + @${REINPLACE_CMD} -E "/CFLAGS/s/-arch [[:alnum:]]+//; /CFLAGS/s/\?=/\+=/; \ + s/CC=gcc//" \ ${WRKSRC}/Makefile do-install: |