diff options
author | Steve Price <steve@FreeBSD.org> | 2000-08-19 20:26:41 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-08-19 20:26:41 +0000 |
commit | b2e81c917af4a009bf8c88dcc9b7968bdc95f76e (patch) | |
tree | 8254255deae08fd8000a4b40caf126743dd5a879 | |
parent | 84bf84a43bfb51c45546ead5912add333f850115 (diff) | |
download | freebsd-ports-b2e81c917af4a009bf8c88dcc9b7968bdc95f76e.zip |
Remove the insertion of -m486 from CFLAGS so this has a better chance of
compiling on the Alpha.
-rw-r--r-- | japanese/jtex209-both/Makefile | 2 | ||||
-rw-r--r-- | japanese/jtex209-both/files/patch-ab | 21 | ||||
-rw-r--r-- | japanese/jtex209-both/files/patch-ad | 2 |
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 |