| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/www/jesred/files/ |
Upload File : |
--- Makefile.orig Sat Jul 25 07:19:50 1998
+++ Makefile Wed Jan 19 11:53:51 2000
@@ -2,20 +2,20 @@
# HINT: If you want to run the program on an UltraSPARC driven machine,
# I recommend to use Sun C-Compiler >= 4.0 or gcc >= 2.8.0 with
# optimization level >= 4 for best performance.
-CC=cc
+#CC=cc
-INCLUDE = -I.
-LDFLAGS =
+#INCLUDE = -I.
+#LDFLAGS =
# Compiler Options
-AC_CFLAGS = -xO5 -mr -s -xcrossfile #-g -xsb # SUN cc >= 4.0
+#AC_CFLAGS = -xO5 -mr -s -xcrossfile #-g -xsb # SUN cc >= 4.0
#AC_CFLAGS = -O3 -s # SGI cc, AIX cc
#AC_CFLAGS = -O5 -s # GNU cc
# extra Libraries ( we need this for inet_addr(char *) only )
-XTRA_LIBS = -lnsl # Solaris 2.x
+#XTRA_LIBS = -lnsl # Solaris 2.x
#XTRA_LIBS = # AIX 4.2, Linux 2.x.x, IRIX 5.x, 6.x
# if you want to have the option, to enable debug message logging,
@@ -49,7 +49,7 @@
# If jesred is compiled without -DUSE_ACCEL the ACCEL strings in the
# redirect rules are ignored, if there are some.
#
-# DEFS = -DUSE_ACCEL
+DEFS = -DUSE_ACCEL -DDEFAULT_PATH=\"${PREFIX}/etc/jesred\"
# That's it - no further changes should be necessary ;-)
# ===========================================================================
@@ -66,7 +66,7 @@
CFILES = $(patsubst %.o,%.c,$(OBJS))
PROGS = jesred
-CFLAGS = $(AC_CFLAGS) $(INCLUDE)
+CFLAGS += $(AC_CFLAGS) $(INCLUDE)
LIBS = -L. $(XTRA_LIBS)
.SUFFIXES: .o