summaryrefslogtreecommitdiff
path: root/japanese/jtex209-both
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-08-19 20:26:41 +0000
committerSteve Price <steve@FreeBSD.org>2000-08-19 20:26:41 +0000
commitb2e81c917af4a009bf8c88dcc9b7968bdc95f76e (patch)
tree8254255deae08fd8000a4b40caf126743dd5a879 /japanese/jtex209-both
parentThis port also requires the xml libraries to build/run. (diff)
Remove the insertion of -m486 from CFLAGS so this has a better chance of
compiling on the Alpha.
Notes
Notes: svn path=/head/; revision=31773
Diffstat (limited to 'japanese/jtex209-both')
-rw-r--r--japanese/jtex209-both/Makefile2
-rw-r--r--japanese/jtex209-both/files/patch-ab21
-rw-r--r--japanese/jtex209-both/files/patch-ad2
3 files changed, 4 insertions, 21 deletions
diff --git a/japanese/jtex209-both/Makefile b/japanese/jtex209-both/Makefile
index 88471e81536a..f3b4cec82f7b 100644
--- a/japanese/jtex209-both/Makefile
+++ b/japanese/jtex209-both/Makefile
@@ -22,7 +22,7 @@ MAINTAINER= mita@jp.FreeBSD.org
ASCII_VERSION= 1.7
NTT_VERSION= 1.52
-MANUAL_PACKAGE_BUILD= incompatible with other versions of jtex-*
+#MANUAL_PACKAGE_BUILD= incompatible with other versions of jtex-*
USE_GMAKE= yes
NO_WRKSUBDIR= yes
EXTRACT_ONLY= jtex-${NTT_VERSION}.tar.gz
diff --git a/japanese/jtex209-both/files/patch-ab b/japanese/jtex209-both/files/patch-ab
index 4f6177c4b2ca..d6cdf584643b 100644
--- a/japanese/jtex209-both/files/patch-ab
+++ b/japanese/jtex209-both/files/patch-ab
@@ -1,5 +1,5 @@
-*** jtex-1.52/Makefile.in.orig Mon Jan 31 18:18:21 1994
---- jtex-1.52/Makefile.in Sat Jun 1 13:06:16 1996
+*** jtex-1.52/Makefile.in.orig Mon Jan 31 12:18:21 1994
+--- jtex-1.52/Makefile.in Sat Aug 19 14:39:50 2000
***************
*** 8,20 ****
# match the system directories in the paths you defined in `site.h'.
@@ -47,23 +47,6 @@
#formats=tex.fmt latex.fmt etex.fmt
# slitex.fmt amslatex.fmt amstex.fmt texinfo.fmt inrstex.fmt picplus.fmt
***************
-*** 55,61 ****
-
- # Compiling.
- CC = @CC@
-! coptimize = -O
- # Some directories add more flags to this; hence this is not CFLAGS.
- cflags = -I../$(srcdir)/lib $(coptimize) $(XCFLAGS)
-
---- 55,61 ----
-
- # Compiling.
- CC = @CC@
-! coptimize = -O -m486
- # Some directories add more flags to this; hence this is not CFLAGS.
- cflags = -I../$(srcdir)/lib $(coptimize) $(XCFLAGS)
-
-***************
*** 71,77 ****
RANLIB = @RANLIB@
diff --git a/japanese/jtex209-both/files/patch-ad b/japanese/jtex209-both/files/patch-ad
index 0dbfb4b1edb7..fa3a4031faa4 100644
--- a/japanese/jtex209-both/files/patch-ad
+++ b/japanese/jtex209-both/files/patch-ad
@@ -86,7 +86,7 @@
SITEDIR=..
#CC=gcc
OPT=-O
-! CFLAGS=$(OPT) -m486 -I$(SITEDIR) -D_HAVE_PRAM_H
+! CFLAGS=$(OPT) -I$(SITEDIR) -D_HAVE_PRAM_H
LDFLAGS=
RM=/bin/rm