aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg/files
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-10 15:44:42 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-10 15:44:42 +0000
commit0041687f768145478c6c2158fccb42f3fc8833e0 (patch)
treefd58d10b29eb0755553bbb4fb99bb7f946e4c113 /ports-mgmt/pkg/files
parent9b202a61db8fe4b7d0fa19c81220f6b47786f90d (diff)
downloadports-0041687f768145478c6c2158fccb42f3fc8833e0.tar.gz
ports-0041687f768145478c6c2158fccb42f3fc8833e0.zip
Notes
Diffstat (limited to 'ports-mgmt/pkg/files')
-rw-r--r--ports-mgmt/pkg/files/patch-libpkg__Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/ports-mgmt/pkg/files/patch-libpkg__Makefile b/ports-mgmt/pkg/files/patch-libpkg__Makefile
deleted file mode 100644
index 8cd27109f71b..000000000000
--- a/ports-mgmt/pkg/files/patch-libpkg__Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
---- ./libpkg/Makefile.orig 2013-12-06 10:09:09.945131112 -0600
-+++ ./libpkg/Makefile 2013-12-06 10:10:36.944131558 -0600
-@@ -255,3 +255,11 @@
- sed -e "s,__PREFIX__,${PREFIX},g" \
- -e "s,__VERSION__,${PKGVERSION},g" \
- ${.IMPSRC} > ${.TARGET}
-+
-+# Workaround 8.3/8.4 bug
-+OSVERSION!= /sbin/sysctl -n kern.osreldate
-+
-+.if ${OSVERSION} < 901000
-+.c.o:
-+ ${CC} ${STATIC_CFLAGS} ${CFLAGS} -c ${.IMPSRC} -o ${.TARGET}
-+.endif