summaryrefslogtreecommitdiff
path: root/graphics/xpm/patches/patch-aa
blob: 3e8b8189c51e1f4d77362d3ca6448677d954c531 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$NetBSD: patch-aa,v 1.4 2004/09/16 15:09:01 minskim Exp $

--- Imakefile.orig	Thu Mar 19 13:50:59 1998
+++ Imakefile
@@ -51,14 +51,19 @@ SPRINTFDEF = -DVOID_SPRINTF
 #  endif
 # endif
 #endif
+#if HasStrlcat
+STRLCATDEF = -DHAS_STRLCAT
+#endif
+
 #if defined(Win32Architecture)
 ZPIPEDEF = -DNO_ZPIPE
 #endif
 
-DEFINES = $(STRDUPDEF) $(STRCASECMPDEF) $(SPRINTFDEF) $(ZPIPEDEF)
+DEFINES = $(STRDUPDEF) $(STRCASECMPDEF) $(SPRINTFDEF) $(STRLCATDEF) $(ZPIPEDEF)
 
 XCOMM You can uncomment the following line to avoid building the shared lib
 XCOMM IMAKE_DEFINES = -DSharedLibXpm=NO
+IMAKE_DEFINES = -DForceNormalLib=YES
 
 
 XCOMM