diff options
Diffstat (limited to 'editors/lfhex/files/patch-src::Makefile.in')
-rw-r--r-- | editors/lfhex/files/patch-src::Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/lfhex/files/patch-src::Makefile.in b/editors/lfhex/files/patch-src::Makefile.in index d4a29f691d27..855e2db88993 100644 --- a/editors/lfhex/files/patch-src::Makefile.in +++ b/editors/lfhex/files/patch-src::Makefile.in @@ -5,12 +5,12 @@ CXXFLAGS = @CXXFLAGS@ -INCLUDE_DIRS = $(QTDIR)/include -+INCLUDE_DIRS = %%X11BASE%%/include %%LOCALBASE%%/include ++INCLUDE_DIRS = %%X11BASE%%/include IFLAGS = $(addprefix -I,$(INCLUDE_DIRS)) -LIBRARIES = qt Xext X11 m -LIB_DIRS = $(QTDIR)/lib /usr/X11R6/lib -+LIBRARIES = qt-mt Xext X11 m gnugetopt -+LIB_DIRS = $(QTDIR)/lib /usr/X11R6/lib %%LOCALBASE%%/lib ++LIBRARIES = qt-mt Xext X11 m ++LIB_DIRS = $(QTDIR)/lib /usr/X11R6/lib LFLAGS = $(addprefix -L,$(LIB_DIRS)) $(addprefix -l,$(LIBRARIES)) CXX_SRC = $(wildcard *.cpp) |