aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/wmDeskGuide/files
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-05-23 19:11:58 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-05-23 19:11:58 +0000
commit2e9ee3a2cde4a2559dc45cc537bc6528a28a2294 (patch)
treeca45335208ba94e8033ede453f6aded42ea3dc82 /x11-wm/wmDeskGuide/files
parenta31201a08b03b390ea362b756c9c08619fe1ae3d (diff)
downloadports-2e9ee3a2cde4a2559dc45cc537bc6528a28a2294.tar.gz
ports-2e9ee3a2cde4a2559dc45cc537bc6528a28a2294.zip
Notes
Diffstat (limited to 'x11-wm/wmDeskGuide/files')
-rw-r--r--x11-wm/wmDeskGuide/files/patch-Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/x11-wm/wmDeskGuide/files/patch-Makefile b/x11-wm/wmDeskGuide/files/patch-Makefile
index 688548c7976a..8e37318bc070 100644
--- a/x11-wm/wmDeskGuide/files/patch-Makefile
+++ b/x11-wm/wmDeskGuide/files/patch-Makefile
@@ -1,13 +1,13 @@
---- Makefile.orig Tue Jun 3 14:56:23 2003
-+++ Makefile Tue Jun 3 14:58:39 2003
-@@ -1,19 +1,19 @@
- 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
+--- Makefile.orig Wed Jul 2 04:20:18 2003
++++ Makefile Sun May 23 02:38:59 2004
+@@ -13,19 +13,19 @@
+ 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
+-CFLAGS=-Wall -c -g
+INCLUDES= -I. `${GNOME_CONFIG} gnomeui gnome --cflags` `${GDK_PIXBUF_CONFIG} --cflags` -I${X11BASE}/include
-+#CFLAGS=-Wall -O2 -c
++#CFLAGS=-Wall -c -g
HDR= pixmaps.h 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`