diff options
Diffstat (limited to 'print/ghostscript7/files/patch-hpijs-1.0:configure.in')
-rw-r--r-- | print/ghostscript7/files/patch-hpijs-1.0:configure.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/ghostscript7/files/patch-hpijs-1.0:configure.in b/print/ghostscript7/files/patch-hpijs-1.0:configure.in new file mode 100644 index 000000000000..ff76f69888c3 --- /dev/null +++ b/print/ghostscript7/files/patch-hpijs-1.0:configure.in @@ -0,0 +1,13 @@ +--- 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 + |