diff options
author | krion <krion@FreeBSD.org> | 2005-02-04 23:54:21 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-02-04 23:54:21 +0800 |
commit | 296198856ad6930494ebe4091684237fe8f8edb3 (patch) | |
tree | 951478ebaade66be83479893276c27bb3c7b209b /math/pari-devel | |
parent | 6495f50bd1836cbbb8195c313846cf50a340b206 (diff) | |
download | freebsd-ports-gnome-296198856ad6930494ebe4091684237fe8f8edb3.tar.gz freebsd-ports-gnome-296198856ad6930494ebe4091684237fe8f8edb3.tar.zst freebsd-ports-gnome-296198856ad6930494ebe4091684237fe8f8edb3.zip |
Fix build on amd64.
Portlint(1)
Diffstat (limited to 'math/pari-devel')
-rw-r--r-- | math/pari-devel/Makefile | 4 | ||||
-rw-r--r-- | math/pari-devel/files/patch-af | 16 |
2 files changed, 16 insertions, 4 deletions
diff --git a/math/pari-devel/Makefile b/math/pari-devel/Makefile index 54139a969b48..4ed2c71db792 100644 --- a/math/pari-devel/Makefile +++ b/math/pari-devel/Makefile @@ -7,9 +7,9 @@ PORTNAME= pari PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION}.${REV_VERSION}.a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math -MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unstable/ +MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unstable/ DISTNAME= pari-${MAJOR_VERSION}.${MINOR_VERSION}.${REV_VERSION}.alpha MAINTAINER= yoshiaki@kt.rim.or.jp diff --git a/math/pari-devel/files/patch-af b/math/pari-devel/files/patch-af index c4334430177f..59e280642e6f 100644 --- a/math/pari-devel/files/patch-af +++ b/math/pari-devel/files/patch-af @@ -1,5 +1,17 @@ ---- config/Makefile.SH.orig Mon Dec 20 00:47:02 2004 -+++ config/Makefile.SH Sun Jan 9 18:26:30 2005 + +$FreeBSD$ + +--- config/Makefile.SH.orig ++++ config/Makefile.SH +@@ -176,7 +176,7 @@ + CC_FLAVOR = + CC = $CC \$(CC_FLAVOR) + CPPFLAGS = $CPPFLAGS +-CFLAGS = $CFLAGS ++CFLAGS = $CFLAGS -fPIC + DLCFLAGS = $DLCFLAGS + LD_FLAVOR = \$(CC_FLAVOR) + LD = $LD \$(LD_FLAVOR) @@ -238,9 +238,12 @@ INCLUDEDIR= \$(DESTDIR)$includedir LIBDIR = \$(DESTDIR)$libdir |