diff options
author | ade <ade@FreeBSD.org> | 2004-10-05 07:27:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-10-05 07:27:44 +0800 |
commit | 3cfa48b87304573d1de2801200c2d2a406831ebc (patch) | |
tree | 9b4463d714bc34f688b257915322ac4e7b61b633 /math/pari/Makefile | |
parent | eea81bbe0c8788c4fdd61accc5ff1b5e2a7ba493 (diff) | |
download | freebsd-ports-gnome-3cfa48b87304573d1de2801200c2d2a406831ebc.tar.gz freebsd-ports-gnome-3cfa48b87304573d1de2801200c2d2a406831ebc.tar.zst freebsd-ports-gnome-3cfa48b87304573d1de2801200c2d2a406831ebc.zip |
Hack to make pari compile again on 5.3 prior to release
Reviewed by: maintainer
Approved by: portmgr (marcus)
Diffstat (limited to 'math/pari/Makefile')
-rw-r--r-- | math/pari/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index e05a21f1321a..a7cbc6578b34 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -38,7 +38,7 @@ PLIST= ${PKGDIR}/pkg-plist.emacs .include <bsd.port.pre.mk> .if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" +EXTRA_PATCHES= ${FILESDIR}/hack-src:headers::paricom.h .endif .if ${ARCH} == "amd64" |