1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

Update to 0.07.11

PR:		215413
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
This commit is contained in:
Emanuel Haupt 2016-12-20 21:34:06 +00:00
parent 7e5d948e38
commit c47b28b2c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429032
3 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= stress-ng
PORTVERSION= 0.07.07
PORTVERSION= 0.07.11
CATEGORIES= benchmarks
MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1480323994
SHA256 (stress-ng-0.07.07.tar.gz) = 263919f026bd7d864b822d799f66ddd2406ea6e78677edc53226fcb184f674e6
SIZE (stress-ng-0.07.07.tar.gz) = 342120
TIMESTAMP = 1482269395
SHA256 (stress-ng-0.07.11.tar.gz) = cd75a64c585dc47e71641e4e654d7689ede0294b6beca7eec174a42462f57381
SIZE (stress-ng-0.07.11.tar.gz) = 345544

View File

@ -1,11 +1,11 @@
--- Makefile.orig 2016-11-28 10:42:07.029535000 +0100
+++ Makefile 2016-11-28 10:42:33.403489000 +0100
@@ -387,7 +387,7 @@
@@ -392,7 +392,7 @@
@$(CC) $(CFLAGS) -c -o $@ $<
stress-ng: $(OBJS)
- $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm $(LDFLAGS) -o $@
+ $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm -lstdc++ $(LDFLAGS) -o $@
- $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm $(LDFLAGS) -lc -o $@
+ $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm -lstdc++ $(LDFLAGS) -lc -o $@
#
# check if we can build against AppArmor