View | Details | Raw Unified | Return to bug 38329
Collapse All | Expand All

(-)stuphead/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
MAINTAINER=	ozz@FreeBSD.org.ru
17
MAINTAINER=	ozz@FreeBSD.org.ru
18
18
19
BROKEN=		"Does not package correctly"
19
#BROKEN=		"Does not package correctly"
20
20
21
LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv
21
LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv
22
22
(-)stuphead/files/patch-src::conv_iconv.h (+14 lines)
Line 0 Link Here
1
--- src/conv_iconv.h.orig	Mon May 20 13:08:26 2002
2
+++ src/conv_iconv.h	Mon May 20 13:09:01 2002
3
@@ -9,11 +9,7 @@
4
 #endif
5
 
6
 #include <glib.h>
7
-#ifdef LIBICONV_PLUG
8
-#include <giconv.h>
9
-#else
10
 #include <iconv.h>
11
-#endif
12
 #include <gtk/gtk.h>
13
 
14
 #define MAX_CHAR_LEN 4
(-)stuphead/files/patch-src::cpconfigparse.h (+14 lines)
Line 0 Link Here
1
--- src/cpconfigparse.h.orig	Mon May 20 13:11:39 2002
2
+++ src/cpconfigparse.h	Mon May 20 13:12:00 2002
3
@@ -9,11 +9,7 @@
4
 #endif
5
 
6
 #include <glib.h>
7
-#ifdef LIBICONV_PLUG
8
-#include <giconv.h>
9
-#else
10
 #include <iconv.h>
11
-#endif
12
 #include <gtk/gtk.h>
13
 
14
 #define MAX_CHAR_LEN 4

Return to bug 38329