Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jul 2002 03:00:15 -0700 (PDT)
From:      Adam Weinberger <adam@vectors.cx>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/41036: New port: x11-wm/wmDeskGuide, a dockbar pager
Message-ID:  <200207271000.g6RA0Fga006265@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/41036; it has been noted by GNATS.

From: Adam Weinberger <adam@vectors.cx>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: ports/41036: New port: x11-wm/wmDeskGuide, a dockbar pager
Date: Sat, 27 Jul 2002 02:58:56 -0700

 not quite sure what i was thinking. i forgot to patch the Makefile in
 wrksrc.
 
 so: in the port makefile i submitted,
 -USE_GNOMELIBS=			yes
 +USE_GNOMENG=			yes
 +USE_GNOME=				gnomelibs gdkpixbuf
 
 and, here is files/patch-Makefile.
 
 -- begin x11-wm.wmDeskGuide.files.patch-Makefile --
 
 --- Makefile.orig	Sat Jul 27 02:22:18 2002
 +++ Makefile	Sat Jul 27 02:51:10 2002
 @@ -1,19 +1,18 @@
  TARGET=wmDeskGuide
  SRC= gstc.c gwmh.c gwmthumbnail.c gwmdesktop.c gwmtaskview.c deskguide_applet.c
  OBJ= gstc.o gwmh.o gwmthumbnail.o gwmdesktop.o gwmtaskview.o deskguide_applet.o
 -INCLUDES= -I. `gnome-config gnomeui gnome --cflags` `gdk-pixbuf-config --cflags` -I/usr/X11/include
 -CFLAGS=-Wall -O2 -c
 +INCLUDES= -I. `${GNOME_CONFIG} gnomeui gnome --cflags` \
 +			 `$(GDK_PIXBUF_CONFIG) --cflags` -I${X11BASE}/include
  HDR= gstc.h gwmh.h gwmdesktop.h gwmtaskview.h gwmthumbnail.h deskguide_applet.h config.h
 -CPFLAGS=-Wall -O2 
 -LIBS=`gnome-config gnomeui gnome --libs` `gdk-pixbuf-config --libs`
 +LIBS=`${GNOME_CONFIG} gnomeui gnome --libs` `${GDK_PIXBUF_CONFIG} --libs`
  
  all: $(TARGET)
  
  $(TARGET): $(OBJ)
 -	gcc $(CPFLAGS) -o $(TARGET) $(OBJ) $(LIBS)
 +	${CC} $(CFLAGS) -o $(TARGET) $(OBJ) $(LIBS)
  
  %.o: %.c $(HDR)
 -	gcc $(CFLAGS) $(INCLUDES) -c $(*F).c 
 +	${CC} $(CFLAGS) $(INCLUDES) -c $(*F).c 
  
  
  EXTRA_DIST = \
 
 -- end x11-wm.wmDeskGuide.files.patch-Makefile --

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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