diff options
author | salo <salo@pkgsrc.org> | 2004-07-10 13:55:09 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-07-10 13:55:09 +0000 |
commit | 6f12e00a99e31ae10e512e2def1210c23a52b48a (patch) | |
tree | ba141d44823dca3255494cdb1e125a1f1a4fce74 /print/psify/patches | |
parent | 32fb85d7831c59d40f3bd85cd433414c8649bae1 (diff) | |
download | pkgsrc-6f12e00a99e31ae10e512e2def1210c23a52b48a.tar.gz |
Require flex, don't hardcode CC, LEX, CFLAGS, LDFLAGS.
Fixes build on Solaris.
Diffstat (limited to 'print/psify/patches')
-rw-r--r-- | print/psify/patches/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/print/psify/patches/patch-aa b/print/psify/patches/patch-aa new file mode 100644 index 00000000000..68dcdab744b --- /dev/null +++ b/print/psify/patches/patch-aa @@ -0,0 +1,19 @@ +$NetBSD: patch-aa,v 1.1 2004/07/10 13:55:09 salo Exp $ + +--- Makefile.orig Sat Jul 10 15:43:55 2004 ++++ Makefile Sat Jul 10 15:44:27 2004 +@@ -2,10 +2,10 @@ + + PROG = psify + OBJS = psify.o lex.yy.o +-CC = gcc +-LEX = flex +-CFLAGS = -O +-LDFLAGS = ++#CC = gcc ++#LEX = flex ++#CFLAGS = -O ++#LDFLAGS = + #GREP = grep + #LIBS = `$(GREP) -q FLEX_SCANNER lex.yy.c || echo -ll` + |