diff options
author | marino <marino@FreeBSD.org> | 2013-07-25 23:08:14 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-07-25 23:08:14 +0800 |
commit | e3319852c9082fa827c27ce550cae57ba99e3900 (patch) | |
tree | b22e76b1836d7fc6aa9b6ce88a8cc6bba1c19c46 /audio | |
parent | 775733c4b1b5af72ff9994cb90367b7f860183bb (diff) | |
download | freebsd-ports-gnome-e3319852c9082fa827c27ce550cae57ba99e3900.tar.gz freebsd-ports-gnome-e3319852c9082fa827c27ce550cae57ba99e3900.tar.zst freebsd-ports-gnome-e3319852c9082fa827c27ce550cae57ba99e3900.zip |
audio/specimen: directly link libmath
Fixes indirect linking errors on modern binutils (fix from dports)
Approved by: bapt (mentor)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/specimen/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/specimen/Makefile b/audio/specimen/Makefile index 947d28eaa289..e2242f3b17f7 100644 --- a/audio/specimen/Makefile +++ b/audio/specimen/Makefile @@ -24,6 +24,7 @@ LIB_DEPENDS= jack:${PORTSDIR}/audio/jack \ USE_GNOME= libgnomecanvas libxml2 USE_GMAKE= yes GNU_CONFIGURE= yes +LDFLAGS+= -lm DESKTOP_ENTRIES="Specimen" "" "${DATADIR}/pixmaps/specimen.png" \ "${PORTNAME}" "" "" |