From 0c0fda90598863400a5d44f65617e24024b720e0 Mon Sep 17 00:00:00 2001 From: dcc Date: Fri, 12 Jan 2024 17:09:23 -0800 Subject: multilib is correct now --- bdwm/.config.mk.un~ | Bin 0 -> 1029 bytes bdwm/config.mk | 4 ++-- bdwm/config.mk~ | 39 +++++++++++++++++++++++++++++++++++++++ bdwm/drw.o | Bin 17136 -> 10840 bytes bdwm/dwm | Bin 72392 -> 68376 bytes bdwm/dwm.o | Bin 82016 -> 56072 bytes bdwm/util.o | Bin 2592 -> 2208 bytes 7 files changed, 41 insertions(+), 2 deletions(-) create mode 100755 bdwm/.config.mk.un~ create mode 100755 bdwm/config.mk~ (limited to 'bdwm') diff --git a/bdwm/.config.mk.un~ b/bdwm/.config.mk.un~ new file mode 100755 index 0000000..c1cf073 Binary files /dev/null and b/bdwm/.config.mk.un~ differ diff --git a/bdwm/config.mk b/bdwm/config.mk index 287ee86..81c493e 100755 --- a/bdwm/config.mk +++ b/bdwm/config.mk @@ -18,8 +18,8 @@ XINERAMAFLAGS = -DXINERAMA FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) -FREETYPEINC = ${X11INC}/freetype2 -MANPREFIX = ${PREFIX}/man +#FREETYPEINC = ${X11INC}/freetype2 +#MANPREFIX = ${PREFIX}/man # includes and libs INCS = -I${X11INC} -I${FREETYPEINC} diff --git a/bdwm/config.mk~ b/bdwm/config.mk~ new file mode 100755 index 0000000..287ee86 --- /dev/null +++ b/bdwm/config.mk~ @@ -0,0 +1,39 @@ +# dwm version +VERSION = 6.3 + +# Customize below to fit your system + +# paths +PREFIX = /usr/local +MANPREFIX = ${PREFIX}/share/man + +X11INC = /usr/X11R6/include +X11LIB = /usr/X11R6/lib + +# Xinerama, comment if you don't want it +XINERAMALIBS = -lXinerama +XINERAMAFLAGS = -DXINERAMA + +# freetype +FREETYPELIBS = -lfontconfig -lXft +FREETYPEINC = /usr/include/freetype2 +# OpenBSD (uncomment) +FREETYPEINC = ${X11INC}/freetype2 +MANPREFIX = ${PREFIX}/man + +# includes and libs +INCS = -I${X11INC} -I${FREETYPEINC} +LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} + +# flags +CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} +#CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS} +LDFLAGS = ${LIBS} + +# Solaris +#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" +#LDFLAGS = ${LIBS} + +# compiler and linker +CC = cc diff --git a/bdwm/drw.o b/bdwm/drw.o index d5e4707..fab4ab2 100644 Binary files a/bdwm/drw.o and b/bdwm/drw.o differ diff --git a/bdwm/dwm b/bdwm/dwm index c5ed19b..6cb1be0 100755 Binary files a/bdwm/dwm and b/bdwm/dwm differ diff --git a/bdwm/dwm.o b/bdwm/dwm.o index 581c099..c42f83c 100644 Binary files a/bdwm/dwm.o and b/bdwm/dwm.o differ diff --git a/bdwm/util.o b/bdwm/util.o index 6cc164b..91daf38 100644 Binary files a/bdwm/util.o and b/bdwm/util.o differ -- cgit v1.2.3