svn commit: r327649 - in head/net/libnatpmp: . files
Alexey Dokuchaev
danfe at FreeBSD.org
Sat Sep 21 02:45:36 UTC 2013
On Thu, Sep 19, 2013 at 09:42:24PM +0000, William Grzybowski wrote:
> New Revision: 327649
> URL: http://svnweb.freebsd.org/changeset/ports/327649
>
> Log:
> net/libnatpmp: fix build without gcc
>
> - Fix build without gcc [1]
[...]
> +--- Makefile.orig 2013-09-20 03:13:32.533531973 +0800
> ++++ Makefile 2013-09-20 03:13:40.954532152 +0800
> +@@ -5,7 +5,7 @@
> + # http://miniupnp.free.fr/libnatpmp.html
> +
> + OS = $(shell uname -s)
> +-CC = gcc
> ++CC ?= gcc
> + INSTALL = install
> +
> + # APIVERSION is used in soname
Given simplicity of the patch, perhaps adding CC="${CC}" to MAKE_ARGS would
allow to avoid it?
./danfe
More information about the svn-ports-all
mailing list