diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-28 20:12:26 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-28 20:12:26 +0000 |
commit | 7d09c2d675628d4bf8868ee4f886b566c4ee4c7d (patch) | |
tree | d5499d96495b2db46171b0b77d1bd543e224b53c /graphics/gnofract4d | |
parent | b32e89172a84ddfb6fe39491f02d01d8ffe5591f (diff) | |
download | ports-7d09c2d675628d4bf8868ee4f886b566c4ee4c7d.tar.gz ports-7d09c2d675628d4bf8868ee4f886b566c4ee4c7d.zip |
Notes
Diffstat (limited to 'graphics/gnofract4d')
-rw-r--r-- | graphics/gnofract4d/Makefile | 6 | ||||
-rw-r--r-- | graphics/gnofract4d/files/patch-configure | 10 | ||||
-rw-r--r-- | graphics/gnofract4d/files/patch-src::Makefile.in | 11 |
3 files changed, 13 insertions, 14 deletions
diff --git a/graphics/gnofract4d/Makefile b/graphics/gnofract4d/Makefile index 03d254eed612..b2f1d6e6a9be 100644 --- a/graphics/gnofract4d/Makefile +++ b/graphics/gnofract4d/Makefile @@ -15,12 +15,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Weird GNOME fractal generator -BROKEN= "Does not compile" - USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui +USE_GNOME= gnomehack gnomeprefix gnometarget intlhack libgnomeui lthack USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes diff --git a/graphics/gnofract4d/files/patch-configure b/graphics/gnofract4d/files/patch-configure deleted file mode 100644 index 682fff1ef25c..000000000000 --- a/graphics/gnofract4d/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Mon Oct 27 03:26:03 2003 -+++ configure Sun Nov 2 22:36:00 2003 -@@ -7325,6 +7325,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/graphics/gnofract4d/files/patch-src::Makefile.in b/graphics/gnofract4d/files/patch-src::Makefile.in new file mode 100644 index 000000000000..34cba69551b6 --- /dev/null +++ b/graphics/gnofract4d/files/patch-src::Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Thu Dec 4 23:39:27 2003 ++++ src/Makefile.in Mon Apr 19 16:39:52 2004 +@@ -167,7 +167,7 @@ + -DSYSCONFDIR=\""$(sysconfdir)"\" \ + -DDATADIR=\""$(datadir)"\" \ + -DLIBDIR=\""$(libdir)"\" \ +- $(GNOFRACT4D_CFLAGS) -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED ++ $(GNOFRACT4D_CFLAGS) + + + AM_CFLAGS = $(AM_CXXFLAGS) |