Portlint clean and honor CFLAGS.
PR: 9383 Submitted by: maintainer
This commit is contained in:
parent
ac7763ae80
commit
c54e680331
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15968
2 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue