diff options
author | maho <maho@FreeBSD.org> | 2007-01-12 21:01:51 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-12 21:01:51 +0800 |
commit | c48d1702559e3c5fdc3c590663174ceccd3ee41f (patch) | |
tree | 316a67ca40c78a89b35a980cec6bd4b8c32753b7 /cad/sceptre/files | |
parent | 326e1e036715fd1d68fe73c242772874b2480a24 (diff) | |
download | freebsd-ports-gnome-c48d1702559e3c5fdc3c590663174ceccd3ee41f.tar.gz freebsd-ports-gnome-c48d1702559e3c5fdc3c590663174ceccd3ee41f.tar.zst freebsd-ports-gnome-c48d1702559e3c5fdc3c590663174ceccd3ee41f.zip |
* Migrate to g77-34 to fix for 7-CURRENT.
* Bump port revision.
Diffstat (limited to 'cad/sceptre/files')
-rw-r--r-- | cad/sceptre/files/patch-ab | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cad/sceptre/files/patch-ab b/cad/sceptre/files/patch-ab index 17deaf8fb791..a64e5cfeea72 100644 --- a/cad/sceptre/files/patch-ab +++ b/cad/sceptre/files/patch-ab @@ -1,12 +1,12 @@ ---- Makefile~ Sun Nov 12 17:55:44 2000 -+++ Makefile Sun Feb 11 16:30:32 2001 -@@ -1,4 +1,4 @@ +--- Makefile.orig Sun Nov 12 16:25:44 2000 ++++ Makefile Fri Jan 12 21:27:09 2007 +@@ -1,5 +1,3 @@ -FC = g77 -+FC = f77 - FFLAGS = -fno-automatic -O +-FFLAGS = -fno-automatic -O BASEDIR = `pwd` INSTDIR = /usr/local -@@ -13,19 +13,19 @@ + LIBDIR = ${INSTDIR}/lib +@@ -13,19 +11,19 @@ cd x1; ${MAKE} "FC=${FC}" "FFLAGS=${FFLAGS}" cd x2; ${MAKE} "FC=${FC}" "FFLAGS=${FFLAGS}" install: |