diff options
author | obrien <obrien@FreeBSD.org> | 1999-12-02 12:06:23 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-12-02 12:06:23 +0800 |
commit | 6e1bf7d750aa44318fba2d78897f384d04e5e7e0 (patch) | |
tree | 550ff4de5e09bf836c1b9c16660ecb3bdd5af6ad /textproc/jade | |
parent | 592d77a34790f43e260d7b97a6c02df332637713 (diff) | |
download | freebsd-ports-gnome-6e1bf7d750aa44318fba2d78897f384d04e5e7e0.tar.gz freebsd-ports-gnome-6e1bf7d750aa44318fba2d78897f384d04e5e7e0.tar.zst freebsd-ports-gnome-6e1bf7d750aa44318fba2d78897f384d04e5e7e0.zip |
Fix build problems with Gcc 2.95.2 (i.e., 4-CURRENT).
Diffstat (limited to 'textproc/jade')
-rw-r--r-- | textproc/jade/Makefile | 4 | ||||
-rw-r--r-- | textproc/jade/distinfo | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index aeb09450e710..f608fc1b3ce7 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -10,12 +10,16 @@ DISTNAME= jade-1.2.1 CATEGORIES= textproc MASTER_SITES= ftp://ftp.jclark.com/pub/jade/ +PATCH_SITES= http://ftp.debian.org/debian/dists/unstable/main/source/text/ +PATCHFILES= jade_1.2.1-13.diff.gz + MAINTAINER= jfieber@FreeBSD.org .if ${MACHINE_ARCH} == "alpha" BROKEN= nsgmls coredumps in static constructors .endif +PATCH_DIST_STRIP?= -p1 GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" diff --git a/textproc/jade/distinfo b/textproc/jade/distinfo index a9447b5f79b7..46e6da277194 100644 --- a/textproc/jade/distinfo +++ b/textproc/jade/distinfo @@ -1 +1,2 @@ MD5 (jade-1.2.1.tar.gz) = 4239670ca6b578bff68b8c2e7cd1225f +MD5 (jade_1.2.1-13.diff.gz) = dc999cfad59b5e5be3d87cfe54cbf135 |