mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
408dde95f5
- Fix build on -current - Add LICENSE - Support staging PR: ports/184824 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
12 lines
226 B
Plaintext
12 lines
226 B
Plaintext
--- cmd/wmii/Makefile.orig
|
|
+++ cmd/wmii/Makefile
|
|
@@ -9,7 +9,7 @@
|
|
|
|
PACKAGES += $(X11PACKAGES) xext xrandr xrender xinerama
|
|
|
|
-LIB = $(LIBIXP)
|
|
+LIBS += $(LIBIXP)
|
|
LIBS += -lm $(LIBS9)
|
|
|
|
CFLAGS += $(INCICONV) -DIXP_NEEDAPI=97
|