1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/x11/kb2mb2/files/patch-aa
SADA Kenji ca82746f02 Unbroke.
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>
2000-12-02 19:38:20 +00:00

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)