openbsd-ports/print/a2ps/patches/patch-src_Makefile_in
ajacoutot ca71470303 - update to a2ps-4.14
- tweak license marker (from kili@)
- sync COMMENT with reality
- this needs psutils for most features
- enable delegations without needing to build_depends on the
corresponding programs so that printing for most formats will just work,
granted necessary utilities are installed

"commit it" kili@
2008-11-23 20:28:32 +00:00

13 lines
630 B
Plaintext

$OpenBSD: patch-src_Makefile_in,v 1.2 2008/11/23 20:28:32 ajacoutot Exp $
--- src/Makefile.in.orig Wed Nov 19 19:30:38 2008
+++ src/Makefile.in Wed Nov 19 19:30:48 2008
@@ -304,7 +304,7 @@ BUILT_SOURCES = parsessh.c parsessh.h
# I don't really understand why I have to put srcdir here, but
# it is needed for yacc and lex files (seems related to #line, but
# I really don't understand why)...
-INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/intl
+INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/lib
a2ps_LDADD = $(top_builddir)/lib/liba2ps.la @LIBINTL@ -lm
EXTRA_DIST = $(BUILT_SOURCES)
all: $(BUILT_SOURCES)