diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-09-08 21:22:22 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-09-08 21:22:22 +0000 |
commit | c1e98aa3f5d6eaaebba2a05e5466c9aec96feeed (patch) | |
tree | 0fef63b24760f274c89a1657725e8ab6d4655380 /sysutils/gkrellm2/files | |
parent | 0dd7d45851111e3fc029a3824854134b5820fef1 (diff) |
Notes
Diffstat (limited to 'sysutils/gkrellm2/files')
-rw-r--r-- | sysutils/gkrellm2/files/patch-server::Makefile | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/sysutils/gkrellm2/files/patch-server::Makefile b/sysutils/gkrellm2/files/patch-server::Makefile index b73e250c2188..c467981074ac 100644 --- a/sysutils/gkrellm2/files/patch-server::Makefile +++ b/sysutils/gkrellm2/files/patch-server::Makefile @@ -1,10 +1,15 @@ Index: server/Makefile diff -u server/Makefile.orig server/Makefile ---- server/Makefile.orig Tue Aug 6 21:56:11 2002 -+++ server/Makefile Thu Aug 29 17:03:46 2002 -@@ -13,9 +13,9 @@ - GLIB12_INCLUDE = `glib-config --cflags gthread` - GLIB12_LIB = `glib-config --libs gthread` +--- server/Makefile.orig Thu Sep 5 00:44:39 2002 ++++ server/Makefile Mon Sep 9 05:29:56 2002 +@@ -10,12 +10,12 @@ + PKG_INCLUDE = `$(PKG_CONFIG) --cflags glib-2.0 gthread-2.0` + PKG_LIB = `$(PKG_CONFIG) --libs glib-2.0 gthread-2.0` + +-GLIB12_INCLUDE = `glib-config --cflags gthread` +-GLIB12_LIB = `glib-config --libs gthread` ++GLIB12_INCLUDE = `glib12-config --cflags gthread` ++GLIB12_LIB = `glib12-config --libs gthread` -FLAGS = -O2 -I.. $(PKG_INCLUDE) $(GTOP_INCLUDE) +FLAGS = -I.. $(PKG_INCLUDE) $(GTOP_INCLUDE) -I$(LOCALBASE)/include |