diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-09-27 23:17:26 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-09-27 23:17:26 +0800 |
commit | d56efc9c221a1d842e2d94bc4a974a384e0c812c (patch) | |
tree | f3f7b9324d9c9494194594bd3988fec89115e7cc /x11-wm/awesome2 | |
parent | 9a6adb833338ef239eaf48652caa0d7c8dadf82d (diff) | |
download | freebsd-ports-gnome-d56efc9c221a1d842e2d94bc4a974a384e0c812c.tar.gz freebsd-ports-gnome-d56efc9c221a1d842e2d94bc4a974a384e0c812c.tar.zst freebsd-ports-gnome-d56efc9c221a1d842e2d94bc4a974a384e0c812c.zip |
Import a bunch of iconv fixes.
Submitted by: marino
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'x11-wm/awesome2')
-rw-r--r-- | x11-wm/awesome2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/awesome2/Makefile b/x11-wm/awesome2/Makefile index eae453221d88..a74855481fa8 100644 --- a/x11-wm/awesome2/Makefile +++ b/x11-wm/awesome2/Makefile @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes USE_EFL= imlib2 USE_GNOME= pango USE_XORG= x11 xft xext xinerama xt xrandr xproto +LDFLAGS+= -lX11 -lXext ${ICONV_LIB} MAN1= awesome2.1 \ awesome2-client.1 \ |