diff options
author | steve <steve@FreeBSD.org> | 1999-01-11 02:11:53 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-11 02:11:53 +0800 |
commit | 1183fcbf8f23a4e0bdf344b146b2f4f81f8e282d (patch) | |
tree | 37d3a9a95b37d0fcfc6f0a9844b34e3e937319f9 /graphics | |
parent | 2b71b82ba047d100c1237befaacd314e9a2c0a6f (diff) | |
download | freebsd-ports-gnome-1183fcbf8f23a4e0bdf344b146b2f4f81f8e282d.tar.gz freebsd-ports-gnome-1183fcbf8f23a4e0bdf344b146b2f4f81f8e282d.tar.zst freebsd-ports-gnome-1183fcbf8f23a4e0bdf344b146b2f4f81f8e282d.zip |
Portlint clean and honor CFLAGS.
PR: 9383
Submitted by: maintainer
Diffstat (limited to 'graphics')
-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. |