diff options
Diffstat (limited to 'print/dviselect/files/patch-lib_Makefile')
-rw-r--r-- | print/dviselect/files/patch-lib_Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/print/dviselect/files/patch-lib_Makefile b/print/dviselect/files/patch-lib_Makefile new file mode 100644 index 000000000000..b07c457b6d7d --- /dev/null +++ b/print/dviselect/files/patch-lib_Makefile @@ -0,0 +1,14 @@ +--- lib/Makefile.orig Wed Nov 15 13:19:54 1989 ++++ lib/Makefile Wed Dec 13 23:00:00 2006 +@@ -10,9 +10,8 @@ + DESTDIR= + # Alas, -R makes ALL initialised variables read-only, and we cannot + # use it on font files; hence, FCFLAGS. +-CC=cc +-CFLAGS= -O -I../h +-FCFLAGS=-O -I../h ++CFLAGS+= -I../h ++FCFLAGS+= -I../h + + # 4.1BSD Vax: + #ASSRC= bcopy.s bzero.s |