diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-10 18:11:53 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-10 18:11:53 +0000 |
commit | c54e680331a710cf0c909ba0bd3176a46bc67760 (patch) | |
tree | 506a19c23b887bd0bcb90868ffd32f924dd65ff2 /graphics/urt | |
parent | Warn the user if a news spool directory doesn't exist. Also add another (diff) |
Portlint clean and honor CFLAGS.
PR: 9383
Submitted by: maintainer
Diffstat (limited to 'graphics/urt')
-rw-r--r-- | graphics/urt/Makefile | 10 | ||||
-rw-r--r-- | graphics/urt/files/patch-aa | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 7192765c5af2..dbfa03676709 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -3,7 +3,7 @@ # Date created: Jan 5 1997 # Whom: cfs@ing.puc.cl (original) # -# $Id: Makefile,v 1.10 1998/11/25 05:06:26 jseger Exp $ +# $Id: Makefile,v 1.11 1998/11/25 09:01:20 asami Exp $ # DISTNAME= urt @@ -12,16 +12,18 @@ CATEGORIES= graphics MASTER_SITES= ftp://ftp.cs.utah.edu/pub/ DISTFILES= urt-3.1b.tar.Z urt-doc.tar urt-img.tar +PATCH_SITES= ftp://ptolemy.berkeley.edu/pub/misc/urt/ +PATCHFILES= urt-3.1b-3.1b1.patch +PATCH_DIST_STRIP=-p1 + MAINTAINER= giffunip@asme.org LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff34 BUILD_DEPENDS= ${X11BASE}/lib/libpbm.a:${PORTSDIR}/graphics/netpbm EXTRACT_ONLY= urt-3.1b.tar.Z -PATCH_SITES= ftp://ptolemy.berkeley.edu/pub/misc/urt/ -PATCHFILES= urt-3.1b-3.1b1.patch -PATCH_DIST_STRIP=-p1 +USE_XLIB= yes NO_WRKSUBDIR= yes CONFIGURE_SCRIPT=Configure CONFIGURE_ARGS= config/urt diff --git a/graphics/urt/files/patch-aa b/graphics/urt/files/patch-aa index 26b77e34155b..cf7370a90400 100644 --- a/graphics/urt/files/patch-aa +++ b/graphics/urt/files/patch-aa @@ -45,7 +45,7 @@ # You can put any system dependent flags here. -ExtraCFLAGS = -+ExtraCFLAGS = -m486 -O2 ++ExtraCFLAGS = -O2 -pipe -fno-strength-reduce # System specific or configuration parameters. Define according to your # environment and desires. |