diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-07-22 05:39:28 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-07-22 05:39:28 +0000 |
commit | df546c2e75f8e767ad2ccb7daea06f0484b53a51 (patch) | |
tree | 88bed38bd49d35944c8b0cd06d982bef50b1b8a6 /x11/temperature.app/files | |
parent | ad625fccaa345394c5f0410ae91670d1c5ed3ee5 (diff) |
Notes
Diffstat (limited to 'x11/temperature.app/files')
-rw-r--r-- | x11/temperature.app/files/patch-Makefile | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/x11/temperature.app/files/patch-Makefile b/x11/temperature.app/files/patch-Makefile index d9c78c40c6a3..f1e980335707 100644 --- a/x11/temperature.app/files/patch-Makefile +++ b/x11/temperature.app/files/patch-Makefile @@ -1,10 +1,13 @@ - -$FreeBSD$ - ---- Makefile 2001/05/27 11:50:22 1.1 -+++ Makefile 2001/05/27 11:51:42 -@@ -7,8 +7,8 @@ - X11_BINDIR = /usr/X11R6/bin +--- Makefile.orig Mon Jun 25 12:03:07 2001 ++++ Makefile Sun Jul 1 20:47:36 2001 +@@ -3,12 +3,12 @@ + # + + DESTDIR = +-GNUSTEP_BINDIR = /usr/local/GNUstep/Apps/Temperature.app +-X11_BINDIR = /usr/X11R6/bin ++GNUSTEP_BINDIR = $(X11BASE)/GNUstep/Apps/Temperature.app ++X11_BINDIR = $(X11BASE)/bin CXX=c++ -CXXFLAGS += -Wall -pedantic -fno-rtti -fno-exceptions -O2 -I/usr/X11R6/include |