From 3106e9c52686f205e0fa97415df76dbc350dc4ae Mon Sep 17 00:00:00 2001 From: fredb Date: Wed, 7 Feb 2001 03:23:08 +0000 Subject: Make this build on m68k. --- net/ORBit/Makefile | 3 ++- net/ORBit/files/patch-sum | 4 ++-- net/ORBit/patches/patch-ad | 26 +++++++++++++++----------- 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index 6ecb82b45fc..085c8e6c60d 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2001/02/05 09:01:01 tron Exp $ +# $NetBSD: Makefile,v 1.47 2001/02/07 03:23:08 fredb Exp $ # DISTNAME= ORBit-0.5.6 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.gnome.org/ DEPENDS+= glib>=1.2.7:../../devel/glib DEPENDS+= gindent-*:../../devel/gindent BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake BUILD_DEPENDS+= msgfmt:../../devel/gettext USE_LIBINTL= YES diff --git a/net/ORBit/files/patch-sum b/net/ORBit/files/patch-sum index 093ddb50029..4dca9ebd846 100644 --- a/net/ORBit/files/patch-sum +++ b/net/ORBit/files/patch-sum @@ -1,8 +1,8 @@ -$NetBSD: patch-sum,v 1.13 2001/01/14 12:19:35 tron Exp $ +$NetBSD: patch-sum,v 1.14 2001/02/07 03:23:08 fredb Exp $ MD5 (patch-aa) = e016a9332f6ae05fa738b983b71e450f MD5 (patch-ab) = d3874c8f8ff4709ea198e226cb978b9b -MD5 (patch-ad) = 300b48a33500260090858cc981a4c025 +MD5 (patch-ad) = 7ef5c06a7b47fc4d470973d773e43a15 MD5 (patch-ae) = 3f0d1c25c1e9bce88ccce7c634133580 MD5 (patch-ag) = 50b6232e86894b88210ac478b9b03fc0 MD5 (patch-ai) = 414e9be35ae069fbf5140409f2a2553b diff --git a/net/ORBit/patches/patch-ad b/net/ORBit/patches/patch-ad index 58065e7e088..410533baeb9 100644 --- a/net/ORBit/patches/patch-ad +++ b/net/ORBit/patches/patch-ad @@ -1,13 +1,17 @@ -$NetBSD: patch-ad,v 1.5 2000/10/17 23:48:01 jlam Exp $ +$NetBSD: patch-ad,v 1.6 2001/02/07 03:23:08 fredb Exp $ ---- popt/Makefile.in.orig Thu Oct 12 12:06:51 2000 -+++ popt/Makefile.in -@@ -152,7 +152,7 @@ - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - CCLD = $(CC) --LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ -+LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ -all-static - HEADERS = $(noinst_HEADERS) +--- popt/Makefile.am.orig Mon Feb 21 12:39:52 2000 ++++ popt/Makefile.am Tue Feb 6 18:20:34 2001 +@@ -12,10 +12,10 @@ - DIST_COMMON = README ./stamp-h.in COPYING Makefile.am Makefile.in \ + noinst_PROGRAMS = test1 test2 + test1_SOURCES = test1.c +-test1_LDFLAGS = -all-static ++test1_LDFLAGS = --disable-shared + test1_LDADD = $(noinst_LTLIBRARIES) + test2_SOURCES = test2.c +-test2_LDFLAGS = -all-static ++test2_LDFLAGS = --disable-shared + test2_LDADD = $(noinst_LTLIBRARIES) + + noinst_SCRIPTS = testit.sh -- cgit v1.2.3