openbsd-ports/x11/xscribble/patches/patch-Imakefile
mcbride deaeaef311 Initial import of xscribble-20000616
Xscribble is an X application that allows a user of a touch screen to
input characters into X applications, using a uni-stroke (graffiti like)
alphabet.

ok msf@
2005-05-24 07:19:35 +00:00

18 lines
584 B
Plaintext

$OpenBSD: patch-Imakefile,v 1.1.1.1 2005/05/24 07:19:35 mcbride Exp $
--- Imakefile.orig Mon Jun 12 22:20:11 2000
+++ Imakefile Sun Mar 13 18:07:35 2005
@@ -9,11 +9,10 @@ LOCAL_LIBRARIES = XkbClientLibs XawClien
SRCS = xscribble.c Scribble.c
OBJS = xscribble.o Scribble.o
HEADERS = ScribbleP.h Scribble.h
- DEFINES = XkbClientDefines
+ DEFINES = XkbClientDefines -Dunix=1
INCLUDES = -Ilirec -Irecman
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
-ComplexProgramTarget(xscribble)
-
+ComplexProgramTargetNoMan(xscribble)