Commit 1539c20e authored by Mike Gabriel's avatar Mike Gabriel

Makefile: Don't use DESTDIR in configure.

Fixes ArcticaProject/nx-libs#547.
parent ca430878
......@@ -23,7 +23,7 @@ SHLIBDIR ?= $(LIBDIR)
NXLIBDIR ?= $(SHLIBDIR)/nx
USRLIBDIR ?= $(NXLIBDIR)/X11
INCLUDEDIR ?= $(PREFIX)/include
CONFIGURE ?= ./configure --prefix=$(DESTDIR)$(PREFIX)
CONFIGURE ?= ./configure --prefix=$(PREFIX)
# use Xfont2 if available in the build env
FONT_DEFINES ?= $(shell pkg-config --modversion xfont2 1>/dev/null 2>/dev/null && echo "-DHAS_XFONT2")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment