Skip site navigation (1)Skip section navigation (2)
Date:      19 Jun 2003 06:39:30 +1200
From:      Andrew Thompson <andy@fud.org.nz>
To:        CARTER Anthony <a.carter@cordis.lu>
Cc:        ports@freebsd.org
Subject:   Re: Freevo
Message-ID:  <1055961569.45819.2.camel@localhost>
In-Reply-To: <200306181416.54588.a.carter@intrasoft.lu>
References:  <200306181416.54588.a.carter@intrasoft.lu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2003-06-19 at 00:16, CARTER Anthony wrote:
> Anyone working on a FreeBSD port of Freevo, or does the TGZ package that you 
> can download work with FreeBSD...

I managed to get it working with this patch, the fbcon subdir contains
linux-only programs that are not needed. 




--- Makefile.orig       Thu Jun 19 06:33:32 2003
+++ Makefile    Thu Jun 19 06:34:24 2003
@@ -69,7 +69,6 @@
         -L/usr/X11R6/lib64 -lX11
 XINC = -I/usr/X11R6/include -I/usr/X11/include -I/usr/openwin/include
  
-SUBDIRS  = fbcon
 OPTIMIZE = 0
  
 PREFIX   = /usr/local/freevo
@@ -77,7 +76,7 @@
 CACHEDIR = /var/cache/freevo
  
  
-.PHONY: all subdirs x11 osd_x1 $(SUBDIRS) clean realclean release
install
+.PHONY: all subdirs x11 osd_x1 clean realclean release install
  
 all: subdirs runapp freevo_xwin
  
@@ -90,11 +89,6 @@
  
 freevo_xwin: freevo_xwin.c
        $(CC) $(CFLAGS) -o freevo_xwin freevo_xwin.c $(XINC) $(XLIBS)
-
-subdirs: $(SUBDIRS)
-
-$(SUBDIRS):
-       $(MAKE) -C $@
  
 clean:
        find . -name "*.pyo" -exec rm {} \;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1055961569.45819.2.camel>