summaryrefslogtreecommitdiff
path: root/net/iscsi-target/files/patch-src-Makefile.in
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
commit39a5b78f8797ded2c50107a77794cd671dff707f (patch)
tree39f650e2e85c255908675444e0ce32d9639f251f /net/iscsi-target/files/patch-src-Makefile.in
parentRemove non staged ports without pending PR from net-im and net-mgmt (diff)
Remove non staged ports without pending PR from net-p2p, net and news
Notes
Notes: svn path=/head/; revision=366967
Diffstat (limited to 'net/iscsi-target/files/patch-src-Makefile.in')
-rw-r--r--net/iscsi-target/files/patch-src-Makefile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/iscsi-target/files/patch-src-Makefile.in b/net/iscsi-target/files/patch-src-Makefile.in
deleted file mode 100644
index d3af6e1617e6..000000000000
--- a/net/iscsi-target/files/patch-src-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig 2008-02-07 17:25:13.000000000 +0800
-+++ Makefile.in 2008-03-16 17:16:12.000000000 +0800
-@@ -20,7 +20,7 @@
- PTHREAD_LDFLAGS= -pthread
- PTHREAD_LIBS= -lpthread
- GCC_CFLAGS= -Wall -Wstrict-prototypes -fno-strict-aliasing -fno-common -Wno-trigraphs
--COMMON_CFLAGS += -DCONFIG_ISCSI_DEBUG -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
-+COMMON_CFLAGS += -DCONFIG_ISCSI_DEBUG -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DSYSCONFDIR=\"${SYSCONFDIR}\"
- COMMON_CFLAGS += -DHAVE_CONFIG_H
- COMMON_CFLAGS += -I${INCDIR}
- CFLAGS= @CFLAGS@ ${GCC_CFLAGS} ${COMMON_CFLAGS} -I${INCLUDE} ${PTHREAD_FLAGS}