diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-10-02 07:05:05 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-10-02 07:05:05 +0000 |
commit | 8ed3cb954e695cf62c336e63ba113e99f390bb68 (patch) | |
tree | bcb0719de7e71b9e7eaaaf197ca295e3b4cd5e8e | |
parent | Mark BROKEN: fails to link (diff) |
Mark BROKEN: fails to link
cc -o xmradio -DHAS_XPM -L/usr/local/lib -Wl,-R/usr/local/lib -L/usr/local/lib radio.o remote.o analyzer.o sample.o misc.o config.o version_check.o LiteClue.o lcd_net.o -L/usr/local/lib -lXm -lXt -lSM -lICE -lXp -lXext -lX11 -lXmu -lXpm -lm -Wl,-rpath,/usr/local/lib
/usr/bin/ld: cannot find -lXp
Reported by: pkg-fallout
MFH: 2019Q4
Notes
Notes:
svn path=/head/; revision=513553
-rw-r--r-- | audio/xmradio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/xmradio/Makefile b/audio/xmradio/Makefile index dad6bd1aa5cb..89b8d24384f0 100644 --- a/audio/xmradio/Makefile +++ b/audio/xmradio/Makefile @@ -12,6 +12,7 @@ COMMENT= Motif based FM tuner (for use with bktr(4) driver) LICENSE= BSD2CLAUSE +BROKEN= /usr/bin/ld: cannot find -lXp ONLY_FOR_ARCHS= i386 amd64 USES= imake motif |