diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-06-24 11:23:45 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-06-24 11:23:45 +0000 |
commit | d1d18529425c56488cc0fddb1c734f9af4ac3a34 (patch) | |
tree | 735029233e0ba091f63a9d4b447b365e6b6585b0 /net/haproxy/files | |
parent | Bump PORTREVISION to chase ImageMagick library name change (diff) |
Update to version 1.5.1.
Diffstat (limited to 'net/haproxy/files')
-rw-r--r-- | net/haproxy/files/patch-Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/net/haproxy/files/patch-Makefile b/net/haproxy/files/patch-Makefile deleted file mode 100644 index 83445bb9d446..000000000000 --- a/net/haproxy/files/patch-Makefile +++ /dev/null @@ -1,29 +0,0 @@ ---- Makefile.orig -+++ Makefile -@@ -62,7 +62,7 @@ - - #### Installation options. - DESTDIR = --PREFIX = /usr/local -+PREFIX? = /usr/local - SBINDIR = $(PREFIX)/sbin - MANDIR = $(PREFIX)/share/man - DOCDIR = $(PREFIX)/doc/haproxy -@@ -89,7 +89,7 @@ - - #### Toolchain options. - # GCC is normally used both for compiling and linking. --CC = gcc -+CC? = gcc - LD = $(CC) - - #### Debug flags (typically "-g"). -@@ -158,7 +158,7 @@ - # These CFLAGS contain general optimization options, CPU-specific optimizations - # and debug flags. They may be overridden by some distributions which prefer to - # set all of them at once instead of playing with the CPU and DEBUG variables. --CFLAGS = $(ARCH_FLAGS) $(CPU_CFLAGS) $(DEBUG_CFLAGS) $(SPEC_CFLAGS) -+CFLAGS? = $(ARCH_FLAGS) $(CPU_CFLAGS) $(DEBUG_CFLAGS) $(SPEC_CFLAGS) - - #### Common LDFLAGS - # These LDFLAGS are used as the first "ld" options, regardless of any library |