diff options
author | riggs <riggs@FreeBSD.org> | 2017-02-01 03:51:32 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2017-02-01 03:51:32 +0800 |
commit | 3a4c3cfdeb699128dc6a2867f901e30dcb07b80f (patch) | |
tree | d010289ca22b6136fcd45321d414cd3ce52675e6 /audio | |
parent | c8cb175e50127fcf2cd4e52c072d3a2fe6b92671 (diff) | |
download | freebsd-ports-gnome-3a4c3cfdeb699128dc6a2867f901e30dcb07b80f.tar.gz freebsd-ports-gnome-3a4c3cfdeb699128dc6a2867f901e30dcb07b80f.tar.zst freebsd-ports-gnome-3a4c3cfdeb699128dc6a2867f901e30dcb07b80f.zip |
Revert BROKEN on armv6 from r432897.
Rationale:
Marking port broken on armv6 was done based on the results of a bulk build
of the ports tree as of r431452, i.e. before the fix for this particular
link error was committed in r431615.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicpd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 599307e3f9c5..e8f97de8839b 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -27,7 +27,6 @@ LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib/sidplay/builders #Workaround (transient?) link error with libwrap CONFIGURE_ARGS+=--disable-libwrap -BROKEN_armv6= Fails to compile: undefined reference to request_init BROKEN_powerpc64= Does not build on powerpc64 PORTDOCS= AUTHORS README.md COPYING NEWS |