pkgsrc/x11/xscribble/patches/patch-ab
danw 9a8b3c162d darwin fixes (-lmx for additional math functions, malloc.h->stdlib.h,
and change the Imakefile to use a "NoMan" rule since the patch to fake
out the man page build on NetBSD doesn't work with darwin's Imake
man-page-building rule)
2004-05-23 18:31:27 +00:00

18 lines
545 B
Text

$NetBSD: patch-ab,v 1.3 2004/05/23 18:31:27 danw Exp $
--- Imakefile.orig Mon Jun 12 18:20:11 2000
+++ Imakefile
@@ -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)