1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

fix package problem

bump port revision
unbreak it

PR:		38329
Submitted by:	maintainer
This commit is contained in:
Ying-Chieh Liao 2002-05-20 11:40:05 +00:00
parent 904be9c0bc
commit f43c29657a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59529
3 changed files with 29 additions and 3 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= stuphead
PORTVERSION= 0.5.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail gnome
MASTER_SITES= http://stuphead.antex.ru/
@ -16,8 +16,6 @@ PATCHFILES= ${PORTNAME}-${PORTVERSION}-1.patch
MAINTAINER= ozz@FreeBSD.org.ru
BROKEN= "Does not package correctly"
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
USE_BZIP2= yes

View File

@ -0,0 +1,14 @@
--- src/conv_iconv.h.orig Mon May 20 13:08:26 2002
+++ src/conv_iconv.h Mon May 20 13:09:01 2002
@@ -9,11 +9,7 @@
#endif
#include <glib.h>
-#ifdef LIBICONV_PLUG
-#include <giconv.h>
-#else
#include <iconv.h>
-#endif
#include <gtk/gtk.h>
#define MAX_CHAR_LEN 4

View File

@ -0,0 +1,14 @@
--- src/cpconfigparse.h.orig Mon May 20 13:11:39 2002
+++ src/cpconfigparse.h Mon May 20 13:12:00 2002
@@ -9,11 +9,7 @@
#endif
#include <glib.h>
-#ifdef LIBICONV_PLUG
-#include <giconv.h>
-#else
#include <iconv.h>
-#endif
#include <gtk/gtk.h>
#define MAX_CHAR_LEN 4