diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-09-14 01:14:53 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-09-14 01:14:53 +0800 |
commit | a449e66640f4e67f3d5033c093a6215fcc21316f (patch) | |
tree | db7d60e9baca3e8f203bee4b35e80db32ed1fe56 /multimedia | |
parent | ed34fae3a7e3b290ef9af0be0e39c448dfdc8f83 (diff) | |
download | freebsd-ports-gnome-a449e66640f4e67f3d5033c093a6215fcc21316f.tar.gz freebsd-ports-gnome-a449e66640f4e67f3d5033c093a6215fcc21316f.tar.zst freebsd-ports-gnome-a449e66640f4e67f3d5033c093a6215fcc21316f.zip |
- Fix build after iconv change [1]
- Fix build with clang/libc++ ([2] for graphics/ipe)
While here for databases/spatialite:
- Trim Makefile headers
- Remove check for unsupported FreeBSD versions
Submitted by: marino [1]
Reported by: swills, antoine [1]
Submitted by: bsam [2]
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/w_scan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/w_scan/Makefile b/multimedia/w_scan/Makefile index bc0e13cb64af..9f65356371c8 100644 --- a/multimedia/w_scan/Makefile +++ b/multimedia/w_scan/Makefile @@ -23,7 +23,7 @@ LINUX_DESC= Install Linux binary too (linux-w_scan) USE_BZIP2= yes GNU_CONFIGURE= yes PATCH_STRIP= -lp1 -USES+= gettext +USES+= gettext iconv CPPFLAGS+= -I"${LOCALBASE}/include" LDFLAGS+= -L"${LOCALBASE}/lib\ ${ICONV_LIB}" PORTDOCS= COPYING ChangeLog README |