diff options
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 |