mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
13 lines
295 B
Text
13 lines
295 B
Text
diff --git a/Imakefile.orig b/Imakefile
|
|
index 96d7fd6..73497f4 100644
|
|
--- Imakefile.orig
|
|
+++ Imakefile
|
|
@@ -11,7 +11,7 @@
|
|
|
|
|
|
INCLUDES = -I. -I$(TOP) -I$(TOP)/X11 -I$(TOP)/X11/bitmaps
|
|
-LOCAL_LIBRARIES = $(XLIB)
|
|
+LOCAL_LIBRARIES = $(XLIB) -lcompat -lutil
|
|
DEPLIBS = $(DEPXLIB)
|
|
LDLIBS = -lm
|
|
|