diff options
author | mandree <mandree@FreeBSD.org> | 2015-01-30 15:04:33 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2015-01-30 15:04:33 +0800 |
commit | 6e6632fadb07afcc28eeb77befaaee11356d7f41 (patch) | |
tree | cccdee8e8edfd558f6a60ef443b95d1c15e4d244 | |
parent | 0660bfec275f279b7b0c5d21d5b906d39d929a2d (diff) | |
download | freebsd-ports-gnome-6e6632fadb07afcc28eeb77befaaee11356d7f41.tar.gz freebsd-ports-gnome-6e6632fadb07afcc28eeb77befaaee11356d7f41.tar.zst freebsd-ports-gnome-6e6632fadb07afcc28eeb77befaaee11356d7f41.zip |
Repair PORTSCOUT variable.
-rw-r--r-- | sysutils/busybox-unstable/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/busybox-unstable/Makefile b/sysutils/busybox-unstable/Makefile index e58c6e7a20fa..0bf4946e58f7 100644 --- a/sysutils/busybox-unstable/Makefile +++ b/sysutils/busybox-unstable/Makefile @@ -22,9 +22,8 @@ BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed CONFLICTS_INSTALL= busybox-[1-9]* IGNORE= is older than stable version. Use sysutils/busybox -#BROKEN= uses mempcpy() GNU-ism -PORTSCOUT= skipv:1.23.* +PORTSCOUT= skipv:1.23.1 MAKE_ARGS+= SKIP_STRIP=y CC="${CC}" HOSTCC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}" # findutils/find.c l. 752+, uses a GCC extension/invalid C code: |