mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
ca82746f02
My last fix for XF86-4 causes build problem now (I'm not sure why), then apply Fujishima-san's proper fix. PR: ports/22477 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
9 lines
236 B
Plaintext
9 lines
236 B
Plaintext
--- Imakefile.orig Wed Dec 24 10:45:38 1997
|
|
+++ Imakefile Wed Nov 1 07:09:12 2000
|
|
@@ -1,2 +1,4 @@
|
|
LOCAL_LIBRARIES = $(XTESTLIB) $(XLIB)
|
|
-SimpleProgramTarget(kb2mb2)
|
|
+SRCS = kb2mb2.c
|
|
+OBJS = kb2mb2.o
|
|
+ComplexProgramTargetNoMan(kb2mb2)
|