summaryrefslogtreecommitdiff
path: root/Jamrules
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2005-04-14 13:31:14 +0200
committerTor Andersson <tor@ghostscript.com>2005-04-14 13:31:14 +0200
commitf926106a92ece6a0c14ec8c3de5ecb0e1894b2eb (patch)
tree4a57fdba23c72f7a038deabc4ef46ed17a45bde2 /Jamrules
parent93cb0dacf164ac3e9d3e7089fc7d2f0beb7715b4 (diff)
downloadmupdf-f926106a92ece6a0c14ec8c3de5ecb0e1894b2eb.tar.xz
update x11pdf part 1
Diffstat (limited to 'Jamrules')
-rw-r--r--Jamrules1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamrules b/Jamrules
index acb9a9d4..86cec232 100644
--- a/Jamrules
+++ b/Jamrules
@@ -43,6 +43,7 @@ switch $(OS)
case LINUX :
NEED_STRLCPY = yes ;
NEED_STRLCAT = yes ;
+ NEED_STRSEP = yes ;
FLAG_LDALL += -L/usr/X11R6/lib ;
switch $(CC)-$(OSPLAT)