diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-10 09:51:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-10 09:51:02 +0800 |
commit | f48250d956772cab3c779576d58ae5ff72663066 (patch) | |
tree | 76f715d1a8f6a34dae3ca907ae3b5478b7080270 /graphics | |
parent | 8a1dc5e15d97d870a390515170fb5d451716f1c9 (diff) | |
download | freebsd-ports-gnome-f48250d956772cab3c779576d58ae5ff72663066.tar.gz freebsd-ports-gnome-f48250d956772cab3c779576d58ae5ff72663066.tar.zst freebsd-ports-gnome-f48250d956772cab3c779576d58ae5ff72663066.zip |
Remove no-op WX_UNICODE
Approved by: portmgr (blanket)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libreatlas/Makefile | 1 | ||||
-rw-r--r-- | graphics/panoglview/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/graphics/libreatlas/Makefile b/graphics/libreatlas/Makefile index b7a4f3b29b3d..f73936d9396e 100644 --- a/graphics/libreatlas/Makefile +++ b/graphics/libreatlas/Makefile @@ -36,7 +36,6 @@ USE_XORG= ice pixman sm x11 xau xcb xcomposite xcursor xdamage xdmcp xext \ xfixes xi xinerama xrandr xrender xxf86vm USE_GNOME= atk gdkpixbuf2 glib20 gtk20 pango USE_WX= 2.8 -WX_UNICODE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/graphics/panoglview/Makefile b/graphics/panoglview/Makefile index dfb2a9805b82..4bfcdbdc289a 100644 --- a/graphics/panoglview/Makefile +++ b/graphics/panoglview/Makefile @@ -21,7 +21,6 @@ CXXFLAGS+= -I${LOCALBASE}/include -ftemplate-depth-64 LIBS+= -L${LOCALBASE}/lib -lGLU -lGL USE_WX= 2.8 -WX_UNICODE= yes WX_COMPS= wx WX_CONF_ARGS= relative |