diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-10-04 05:41:19 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-10-04 05:41:19 +0000 |
commit | 767d0a22f50bc0f7fe9fa418257ecebf15af3f0f (patch) | |
tree | 7a7eac638fe055748b98a3e027f9b3a9405a3dc7 /x11-clocks/glclock/files/patch-makefile | |
parent | Fix the report server hostname ... (diff) |
- Update to 6.0.b6.0 (6.0 Beta 6.0)
- Pass maintainership to submitter
- Fix build with GCC 4.1
http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006092721/glclock-5.0_2.log
PR: ports/103880
Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
Diffstat (limited to 'x11-clocks/glclock/files/patch-makefile')
-rw-r--r-- | x11-clocks/glclock/files/patch-makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-clocks/glclock/files/patch-makefile b/x11-clocks/glclock/files/patch-makefile new file mode 100644 index 000000000000..82ce366bb6a1 --- /dev/null +++ b/x11-clocks/glclock/files/patch-makefile @@ -0,0 +1,15 @@ +--- makefile.orig Sun Jun 18 16:37:40 2000 ++++ makefile Sun Oct 1 20:39:39 2006 +@@ -11,9 +11,9 @@ + TARGET_MARK = glclockmark + + +- COMPILER = g++ -c +- LINKER = g++ +- OPT = -O2 ++ COMPILER = $(CXX) -c ++ LINKER = $(CXX) ++ OPT = $(CFLAGS) + + INCLUDE_PATH = -I/usr/X11R6/include + LIB_PATH = -L/usr/X11R6/lib |