summaryrefslogtreecommitdiff
path: root/graphics/xpdf/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xpdf/files/patch-aa')
-rw-r--r--graphics/xpdf/files/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/xpdf/files/patch-aa b/graphics/xpdf/files/patch-aa
new file mode 100644
index 000000000000..dd7106b61ad3
--- /dev/null
+++ b/graphics/xpdf/files/patch-aa
@@ -0,0 +1,20 @@
+--- configure.orig Tue Mar 10 10:06:40 1998
++++ configure Tue Mar 10 10:06:56 1998
+@@ -710,7 +710,7 @@
+ if test "$ac_test_CFLAGS" = set; then
+ CFLAGS="$ac_save_CFLAGS"
+ elif test $ac_cv_prog_cc_g = yes; then
+- CFLAGS="-g -O2"
++ CFLAGS="-O2 -m486 -pipe"
+ else
+ CFLAGS="-O2"
+ fi
+@@ -842,7 +842,7 @@
+ if test "$ac_test_CXXFLAGS" = set; then
+ CXXFLAGS="$ac_save_CXXFLAGS"
+ elif test $ac_cv_prog_cxx_g = yes; then
+- CXXFLAGS="-g -O2"
++ CXXFLAGS="-O2 -m486 -pipe"
+ else
+ CXXFLAGS="-O2"
+ fi