mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
- 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>
15 lines
368 B
Text
15 lines
368 B
Text
--- 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
|