diff options
author | pav <pav@FreeBSD.org> | 2005-09-15 06:42:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-15 06:42:31 +0800 |
commit | 64bd5173fe06fbe9dff12a996a48a2d23e2b3d17 (patch) | |
tree | 9a8306b7797a1d9e318b7789e5c1b05acd449bc1 /mail/sympa | |
parent | e1e78ce9d30d295b2497590f24a1748113963945 (diff) | |
download | freebsd-ports-gnome-64bd5173fe06fbe9dff12a996a48a2d23e2b3d17.tar.gz freebsd-ports-gnome-64bd5173fe06fbe9dff12a996a48a2d23e2b3d17.tar.zst freebsd-ports-gnome-64bd5173fe06fbe9dff12a996a48a2d23e2b3d17.zip |
- Unbreak on amd64
PR: ports/86087
Submitted by: Johan van Selst <johans@stack.nl>
Diffstat (limited to 'mail/sympa')
-rw-r--r-- | mail/sympa/Makefile | 4 | ||||
-rw-r--r-- | mail/sympa/files/patch-config.sub | 11 |
2 files changed, 11 insertions, 4 deletions
diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile index 0b8b1578b4ca..12e6933d5315 100644 --- a/mail/sympa/Makefile +++ b/mail/sympa/Makefile @@ -97,10 +97,6 @@ post-install: post-deinstall: @PKG_PREFIX=${PREFIX} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL -.if ${ARCH} == "amd64" -BROKEN= "Configure fails on amd64" -.endif - .if ${PERL_LEVEL} < 500600 BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 diff --git a/mail/sympa/files/patch-config.sub b/mail/sympa/files/patch-config.sub new file mode 100644 index 000000000000..8347d6dbd8b9 --- /dev/null +++ b/mail/sympa/files/patch-config.sub @@ -0,0 +1,11 @@ +--- config.sub.orig Tue Sep 13 20:35:06 2005 ++++ config.sub Tue Sep 13 20:32:55 2005 +@@ -224,7 +224,7 @@ case $basic_machine in + | f301-* | armv*-* | s390-* | sv1-* | t3e-* \ + | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \ + | thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* \ +- | bs2000-*) ++ | bs2000-* | amd64-*) + ;; + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. |