mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 20:41:20 +02:00
39 lines
1022 B
Plaintext
39 lines
1022 B
Plaintext
--- ./Makefile.in.orig 2011-10-12 04:44:09.000000000 +0000
|
|
+++ ./Makefile.in 2011-10-25 10:36:02.000000000 +0000
|
|
@@ -276,7 +276,7 @@
|
|
AWK = @AWK@
|
|
CC = @CC@
|
|
CCDEPMODE = @CCDEPMODE@
|
|
-CFLAGS = @CFLAGS@
|
|
+CFLAGS += @CFLAGS@
|
|
CPP = @CPP@
|
|
CPPFLAGS = @CPPFLAGS@
|
|
CYGPATH_W = @CYGPATH_W@
|
|
@@ -328,7 +328,7 @@
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
PTHREAD_CC = @PTHREAD_CC@
|
|
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
|
|
+PTHREAD_CFLAGS += @PTHREAD_CFLAGS@
|
|
PTHREAD_LIBS = @PTHREAD_LIBS@
|
|
RANLIB = @RANLIB@
|
|
SED = @SED@
|
|
@@ -404,7 +404,7 @@
|
|
# will increment for each series until we revise our interfaces enough
|
|
# that we can seriously expect ABI compatibility between series.
|
|
#
|
|
-RELEASE = -release 2.0
|
|
+RELEASE = -version 2:0:2
|
|
|
|
# This is the version info for the libevent binary API. It has three
|
|
# numbers:
|
|
@@ -1176,7 +1176,7 @@
|
|
|
|
install-dvi-am:
|
|
|
|
-install-exec-am: install-dist_binSCRIPTS install-libLTLIBRARIES
|
|
+install-exec-am: install-libLTLIBRARIES
|
|
|
|
install-html: install-html-recursive
|
|
|