056ad3997c
- Add WWW: line into pkg/DESCR PR: 18048 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
24 lines
490 B
Plaintext
24 lines
490 B
Plaintext
--- Makefile.orig Thu Feb 24 03:29:29 2000
|
|
+++ Makefile Thu Feb 24 03:42:58 2000
|
|
@@ -6,16 +6,16 @@
|
|
###############################################################################
|
|
|
|
## C++ compiler to use
|
|
-CC=g++
|
|
+CC = ${CXX}
|
|
|
|
## C++ compiler flags
|
|
-CPPFLAGS=-O -ansi
|
|
+CPPFLAGS = ${CXXFLAGS} -ansi
|
|
|
|
## System Includes
|
|
-SYS_INCLUDES =
|
|
+SYS_INCLUDE = -I${X11BASE}/include
|
|
|
|
## System Libraries
|
|
-SYS_LIBS = -L/usr/X11R6/lib -lX11
|
|
+SYS_LIBS = -L${X11BASE}/lib -lX11
|
|
|
|
## Archiver
|
|
AR=ar
|