diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-18 09:43:18 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-18 09:43:18 +0000 |
commit | a7718b44997096fc3779e27d658180aa579a7073 (patch) | |
tree | a9096c286cae8e2cdb4faa637b88a061153675d0 /comms | |
parent | df06022e8c7ff8198c8bb7c896f17a930dd93664 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/spandsp/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/comms/spandsp/Makefile b/comms/spandsp/Makefile index 2739c1cecb8e..e8a0d00317c2 100644 --- a/comms/spandsp/Makefile +++ b/comms/spandsp/Makefile @@ -14,13 +14,11 @@ COMMENT= DSP library and software FAX machine LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff GNU_CONFIGURE= yes -USE_AUTOTOOLS= aclocal autoconf automake libtoolize -AUTOMAKE_ARGS= --add-missing -USES= gmake libtool tar:tgz INSTALL_TARGET= install-strip +USES= autoreconf gmake libtool tar:tgz CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes |