freebsd-ports/net/poptop/files/patch-plugins_Makefile
Emanuel Haupt 67bd9e3586 - Fix a segmentation fault
- Bump PORTREVISION
- Respect CC and CFLAGS

PR:		129042
Submitted by:	zlopi.ru <zlopi.ru@gmail.com>
2008-11-27 22:36:52 +00:00

16 lines
374 B
Text

--- plugins/Makefile.orig 2006-08-03 04:02:01.000000000 +0200
+++ plugins/Makefile 2008-11-27 22:19:48.000000000 +0100
@@ -1,10 +1,10 @@
-CC = gcc
-COPTS = -O2 -g
+CC ?= gcc
+CPP ?= $(CXX)
CFLAGS = $(COPTS) -I.. -I../../include -fPIC
LDFLAGS = -shared
LDADD = -lutil
INSTALL = install -o root
-prefix = /usr/local
+prefix = $(PREFIX)
PLUGINS = pptpd-logwtmp.so