diff options
author | tron <tron@pkgsrc.org> | 2001-01-21 17:40:34 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-21 17:40:34 +0000 |
commit | c50f41b15515d8a206193b59134b8ebd49361eec (patch) | |
tree | ee100ed572f908778254df424e6b069054d3038e /x11 | |
parent | c3dca549d1c34390b6f6e46ab4fa5171b0c29255 (diff) | |
download | pkgsrc-c50f41b15515d8a206193b59134b8ebd49361eec.tar.gz |
Because "gpatch" used on Solaris doesn't accept the patch file add the
missing newline manually with a "echo".
Diffstat (limited to 'x11')
-rw-r--r-- | x11/controlcenter/Makefile | 5 | ||||
-rw-r--r-- | x11/controlcenter/files/patch-sum | 3 | ||||
-rw-r--r-- | x11/controlcenter/patches/patch-ad | 12 |
3 files changed, 5 insertions, 15 deletions
diff --git a/x11/controlcenter/Makefile b/x11/controlcenter/Makefile index ae7ebbca17f..cda54aa0a04 100644 --- a/x11/controlcenter/Makefile +++ b/x11/controlcenter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2000/11/27 11:55:03 itojun Exp $ +# $NetBSD: Makefile,v 1.26 2001/01/21 17:40:34 tron Exp $ DISTNAME= control-center-1.2.2 CATEGORIES= x11 gnome @@ -26,6 +26,9 @@ CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" CPPFLAGS+= -I${LOCALBASE}/include # libintl.h +post-patch: + @${ECHO} >>${WRKSRC}/control-center/cappletConf.sh.in "" + post-install: ${RMDIR} ${PREFIX}/share/gnome/help/control-center/C/stylesheet-images diff --git a/x11/controlcenter/files/patch-sum b/x11/controlcenter/files/patch-sum index 745d195586a..b83694baa79 100644 --- a/x11/controlcenter/files/patch-sum +++ b/x11/controlcenter/files/patch-sum @@ -1,6 +1,5 @@ -$NetBSD: patch-sum,v 1.7 2001/01/21 17:28:20 tron Exp $ +$NetBSD: patch-sum,v 1.8 2001/01/21 17:40:35 tron Exp $ MD5 (patch-aa) = e5fe16885fac47fbe25735544113aecd MD5 (patch-ab) = 9885e5f161fdfbfa9b3c5f6b9060fee2 MD5 (patch-ac) = 870967e0d116bd3450c26db64e230fb1 -MD5 (patch-ad) = 3141258e3455d7cc37671f53ec85d13d diff --git a/x11/controlcenter/patches/patch-ad b/x11/controlcenter/patches/patch-ad deleted file mode 100644 index 871078e5810..00000000000 --- a/x11/controlcenter/patches/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2001/01/21 17:28:21 tron Exp $ - -Add a missing space at the end of the file. - ---- control-center/cappletConf.sh.in.orig Sun Sep 19 00:30:38 1999 -+++ control-center/cappletConf.sh.in Sun Jan 21 18:15:35 2001 -@@ -1,4 +1,4 @@ - CAPPLET_LIBDIR="@GNOME_LIBDIR@" - CAPPLET_LIBS="-lcapplet @GNOMEUI_LIBS@ @ORB_LIBS@ -lgnorba" - CAPPLET_INCLUDEDIR="@GNOME_INCLUDEDIR@" --MODULE_VERSION="capplet-@VERSION@" -+MODULE_VERSION="capplet-@VERSION@" |