| 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/sysutils/slst/files/ |
Upload File : |
--- Makefile.orig 2003-12-12 03:31:50.000000000 +0800
+++ Makefile 2013-11-16 12:33:55.000000000 +0800
@@ -1,8 +1,8 @@
-CC=gcc
+#CC=gcc
-CXXFLAGS=-Wall -O2
-CFLAGS=-Wall -O2
-LDFLAGS=-lstdc++
+#CXXFLAGS=-Wall -O2
+#CFLAGS=-Wall -O2
+LDFLAGS+=-lstdc++
VERSION=0.2
OBJS=slst.o error.o utils.o intcnt.o array.o
@@ -14,7 +14,7 @@ slst: $(OBJS)
# strip slst
install: slst
- cp slst /usr/bin
+ ${INSTALL} -m 755 slst $(DESTDIR)$(PREFIX)/bin
clean:
rm -f $(OBJS) slst core