summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-14 15:06:04 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-14 15:06:04 +0000
commit1ad851218d00e235c888ebe2bb3d270121be99f8 (patch)
treed08b5b58350c1acc39cdaaaae8447415fb703cf8 /print/ghostscript-gpl/files
parentUpdate to 0.8.6. (diff)
o fix build of HPinkjet driver.
o change WWW. PR: 33797 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=53059
Diffstat (limited to 'print/ghostscript-gpl/files')
-rw-r--r--print/ghostscript-gpl/files/patch-hpijs-1.0:configure.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/print/ghostscript-gpl/files/patch-hpijs-1.0:configure.in b/print/ghostscript-gpl/files/patch-hpijs-1.0:configure.in
deleted file mode 100644
index ff76f69888c3..000000000000
--- a/print/ghostscript-gpl/files/patch-hpijs-1.0:configure.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- hpijs-1.0/configure.in.orig Fri Jan 11 22:01:55 2002
-+++ hpijs-1.0/configure.in Fri Jan 11 22:02:22 2002
-@@ -39,8 +39,8 @@
- CXXFLAGS="-g -Wall"
- AC_MSG_RESULT(debug)
- else
-- CFLAGS="-O2 -Wall"
-- CXXFLAGS="-O2 -Wall"
-+ CFLAGS="-pipe -Wall"
-+ CXXFLAGS="-pipe -Wall"
- AC_MSG_RESULT(release)
- fi
-