summaryrefslogtreecommitdiff
path: root/print/cups/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'print/cups/patches/patch-aa')
-rw-r--r--print/cups/patches/patch-aa27
1 files changed, 0 insertions, 27 deletions
diff --git a/print/cups/patches/patch-aa b/print/cups/patches/patch-aa
deleted file mode 100644
index 75b0180cb8a..00000000000
--- a/print/cups/patches/patch-aa
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-aa,v 1.10 2001/08/02 03:37:39 jlam Exp $
-
---- INSTALL.txt.orig Thu Jul 5 11:34:37 2001
-+++ INSTALL.txt
-@@ -48,11 +48,12 @@
-
- If the PNG, JPEG, TIFF, and ZLIB libraries are not installed in
- a system default location (typically "/usr/include" and
--"/usr/lib") you'll need to set the CFLAGS, CXXFLAGS, and LDFLAGS
--environment variables prior to running configure:
-+"/usr/lib") you'll need to set the CFLAGS, CXXFLAGS, DSOFLAGS,
-+and LDFLAGS environment variables prior to running configure:
-
- setenv CFLAGS "-I/some/directory" ENTER
- setenv CXXFLAGS "-I/some/directory" ENTER
-+ setenv DSOFLAGS "-L/some/directory" ENTER
- setenv LDFLAGS "-L/some/directory" ENTER
- ./configure ... ENTER
-
-@@ -60,6 +61,7 @@
-
- CFLAGS="-I/some/directory"; export CFLAGS ENTER
- CXXFLAGS="-I/some/directory"; export CXXFLAGS ENTER
-+ DSOFLAGS="-L/some/directory"; export LDFLAGS ENTER
- LDFLAGS="-L/some/directory"; export LDFLAGS ENTER
- ./configure ... ENTER
-