X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=freebsd%2FMakefile;h=aad47628f0c453580ca1fdac338b7a8e9dca51fa;hb=4ea52db7ee3ee96c4a02660177e981c775ffc2f3;hp=d2253933ed59fbb49655d25e6107154e7a07e089;hpb=b241e108a2d7e4dead11d21953f6f23f9513b586;p=spectrwm.git diff --git a/freebsd/Makefile b/freebsd/Makefile index d225393..aad4762 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -13,10 +13,11 @@ BUILDVERSION!= sh "${.CURDIR}/../buildver.sh" CFLAGS+= -DSPECTRWM_BUILDSTR=\"$(BUILDVERSION)\" .endif -CFLAGS+= -Wall -Wextra -I. -I${LOCALBASE}/include +CFLAGS+= -Wall -Wextra -I. -I${LOCALBASE}/include \ + -I${LOCALBASE}/include/freetype2 CFLAGS+= -DSWM_LIB=\"$(SWM_LIBDIR)/libswmhack.so.$(LVERS)\" -LDADD+= -lutil -L${LOCALBASE}/lib -lX11 -lX11-xcb -lXrandr -lXtst -lxcb \ - -lxcb-icccm -lxcb-keysyms -lxcb-randr -lxcb-util -lxcb-xtest +LDADD+= -lutil -L${LOCALBASE}/lib -lX11 -lX11-xcb -lxcb \ + -lxcb-icccm -lxcb-keysyms -lxcb-randr -lxcb-util -lxcb-xtest -lXft all: spectrwm libswmhack.so.$(LVERS)