summaryrefslogtreecommitdiffstats
path: root/graphics/xpdf/files
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-03-11 03:08:18 +0000
committervanilla <vanilla@FreeBSD.org>1998-03-11 03:08:18 +0000
commit9c84e82f9e4e7767ee3d69cfa4a4e88e8f384aee (patch)
tree862d391ef0af4961c499bbf38876c32f174b05d8 /graphics/xpdf/files
parent18827f8f2bcd58a9dd17dc365054c93ab65aeeec (diff)
downloadFreeBSD-ports-9c84e82f9e4e7767ee3d69cfa4a4e88e8f384aee.zip
FreeBSD-ports-9c84e82f9e4e7767ee3d69cfa4a4e88e8f384aee.tar.gz
Upgrade to 0.7a.
Diffstat (limited to 'graphics/xpdf/files')
-rw-r--r--graphics/xpdf/files/patch-aa20
-rw-r--r--graphics/xpdf/files/patch-ab88
2 files changed, 20 insertions, 88 deletions
diff --git a/graphics/xpdf/files/patch-aa b/graphics/xpdf/files/patch-aa
new file mode 100644
index 0000000..dd7106b
--- /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
diff --git a/graphics/xpdf/files/patch-ab b/graphics/xpdf/files/patch-ab
deleted file mode 100644
index af6e93e..0000000
--- a/graphics/xpdf/files/patch-ab
+++ /dev/null
@@ -1,88 +0,0 @@
-*** Makefile.config.orig Fri May 30 03:29:08 1997
---- Makefile.config Fri May 30 03:31:38 1997
-***************
-*** 44,50 ****
- #------------------------------------------------------------------------
-
- # Binaries and man pages will be installed here:
-! PREFIX = /usr/local
-
- # SCO puts stuff here:
- #PREFIX = /u
---- 44,50 ----
- #------------------------------------------------------------------------
-
- # Binaries and man pages will be installed here:
-! PREFIX ?= /usr/X11R6
-
- # SCO puts stuff here:
- #PREFIX = /u
-*************** EXE =
-*** 149,155 ****
- #CFLAGS2 = -O2 -Wall -DNO_XPM
-
- # If you're using g++ 2.7.x, you'll want to use -Wno-unused:
-! CFLAGS2 = -O2 -Wall -Wno-unused -DNO_XPM
-
- # For Linux/FreeBSD/NetBSD/BSDI systems using XFree86:
- #CFLAGS2 = -O2 -Wall -I/usr/X11R6/include -Wno-unused
---- 149,155 ----
- #CFLAGS2 = -O2 -Wall -DNO_XPM
-
- # If you're using g++ 2.7.x, you'll want to use -Wno-unused:
-! CFLAGS2 = -O2 -m486 -pipe -Wall -Wno-unused -I${X11BASE}/include
-
- # For Linux/FreeBSD/NetBSD/BSDI systems using XFree86:
- #CFLAGS2 = -O2 -Wall -I/usr/X11R6/include -Wno-unused
-*************** CXXFLAGS2 = $(CFLAGS2)
-*** 197,209 ****
- #------------------------------------------------------------------------
-
- # For most systems, just grab the X library:
-! XLIBS = -lX11
-
- # For Linux/FreeBSD/NetBSD/BSDI systems using XFree86:
- #XLIBS = -L/usr/X11R6/lib -lX11
-
- # For official FreeBSD port (using the FreeBSD makefiles):
-! #XLIBS = -L$(X11BASE)/lib -lX11
-
- # Some BSDI systems may need -lipc (?):
- #XLIBS = -L/usr/X11R6/lib -lX11 -lipc
---- 197,209 ----
- #------------------------------------------------------------------------
-
- # For most systems, just grab the X library:
-! #XLIBS = -lX11
-
- # For Linux/FreeBSD/NetBSD/BSDI systems using XFree86:
- #XLIBS = -L/usr/X11R6/lib -lX11
-
- # For official FreeBSD port (using the FreeBSD makefiles):
-! XLIBS = -L$(X11BASE)/lib -lX11
-
- # Some BSDI systems may need -lipc (?):
- #XLIBS = -L/usr/X11R6/lib -lX11 -lipc
-*************** XLIBS = -lX11
-*** 242,251 ****
- #------------------------------------------------------------------------
-
- # This is needed for the color icon:
-! #XPMLIB = -lXpm
-
- # Use this if you don't have libXpm (and also define NO_XPM in CFLAGS2):
-! XPMLIB =
-
- #------------------------------------------------------------------------
- # C++ compilation rule.
---- 242,251 ----
- #------------------------------------------------------------------------
-
- # This is needed for the color icon:
-! XPMLIB = -lXpm
-
- # Use this if you don't have libXpm (and also define NO_XPM in CFLAGS2):
-! #XPMLIB =
-
- #------------------------------------------------------------------------
- # C++ compilation rule.
OpenPOWER on IntegriCloud