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

(-)graphics/gnofract4d/Makefile (-4 / +2 lines)
Lines 15-26 Link Here
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	Weird GNOME fractal generator
16
COMMENT=	Weird GNOME fractal generator
17
17
18
BROKEN=		"Does not compile"
19
20
USE_X_PREFIX=	yes
18
USE_X_PREFIX=	yes
21
USE_GNOME=	gnomehack gnomeprefix gnometarget libgnomeui
19
USE_GNOME=	gnomehack gnomeprefix gnometarget intlhack libgnomeui lthack
22
USE_GMAKE=	yes
20
USE_GMAKE=	yes
23
USE_LIBTOOL_VER=13
21
USE_LIBTOOL_VER=	13
24
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
22
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
25
		LDFLAGS="-L${LOCALBASE}/lib"
23
		LDFLAGS="-L${LOCALBASE}/lib"
26
INSTALLS_SHLIB=	yes
24
INSTALLS_SHLIB=	yes
(-)graphics/gnofract4d/files/patch-configure (-10 lines)
Lines 1-10 Link Here
1
--- configure.orig	Mon Oct 27 03:26:03 2003
2
+++ configure	Sun Nov  2 22:36:00 2003
3
@@ -7325,6 +7325,7 @@
4
 
5
 # This can be used to rebuild libtool when needed
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
7
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
8
 
9
 # Always use our own libtool.
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
(-)graphics/gnofract4d/files/patch-src::Makefile.in (+11 lines)
Line 0 Link Here
1
--- src/Makefile.in.orig	Thu Dec  4 23:39:27 2003
2
+++ src/Makefile.in	Mon Apr 19 16:39:52 2004
3
@@ -167,7 +167,7 @@
4
 	-DSYSCONFDIR=\""$(sysconfdir)"\" \
5
 	-DDATADIR=\""$(datadir)"\" \
6
 	-DLIBDIR=\""$(libdir)"\" \
7
-	$(GNOFRACT4D_CFLAGS) -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED
8
+	$(GNOFRACT4D_CFLAGS)
9
 
10
 
11
 AM_CFLAGS = $(AM_CXXFLAGS)

Return to bug 65994