mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
6391eda00f
- Silence stripping - Regenerate patches
14 lines
314 B
Plaintext
14 lines
314 B
Plaintext
--- cmd/menu/Makefile.orig 2010-06-10 07:24:01 UTC
|
|
+++ cmd/menu/Makefile
|
|
@@ -14,8 +14,8 @@ HFILES= dat.h fns.h
|
|
|
|
PACKAGES += $(X11PACKAGES) xext xrandr xrender xinerama
|
|
|
|
-LIB = $(LIBIXP)
|
|
-LIBS += -lm $(LIBS9)
|
|
+LIBS += $(LIBIXP)
|
|
+LIBS += -lm $(LIBS9) $(LIBIXP)
|
|
CFLAGS += -DIXP_NEEDAPI=86
|
|
OBJ = main \
|
|
caret \
|