aboutsummaryrefslogtreecommitdiff
path: root/net/mgen
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2005-05-31 14:03:51 +0000
committerSimon Barner <barner@FreeBSD.org>2005-05-31 14:03:51 +0000
commitb39935ef528d87a23903996e33c55aeef485b883 (patch)
treecee1493b1d7f05d6ab48c0084c373300186efea6 /net/mgen
parent06a98c2f2314ab95d9e9dbc8358b9306494b5892 (diff)
downloadports-b39935ef528d87a23903996e33c55aeef485b883.tar.gz
ports-b39935ef528d87a23903996e33c55aeef485b883.zip
(I forgot to cvs add the new patches.)
- unmark IGNORE (fix PTHREAD_{CFLAGS, LIBS}) [1 (partly)] - pet portlint: * tab-instead-of-blank fixes * use DISTNAME instead of single entry for DISTFILES PR: ports/81710 [1] Submitted by: Janos Mohacsi <janos.mohacsi@niif.hu> (maintainer) [1]
Notes
Notes: svn path=/head/; revision=136524
Diffstat (limited to 'net/mgen')
-rw-r--r--net/mgen/files/patch-protolib_unix_Makefile.freebsd14
-rw-r--r--net/mgen/files/patch-unix_Makefile.freebsd14
2 files changed, 28 insertions, 0 deletions
diff --git a/net/mgen/files/patch-protolib_unix_Makefile.freebsd b/net/mgen/files/patch-protolib_unix_Makefile.freebsd
new file mode 100644
index 000000000000..bbabd1bcfd6b
--- /dev/null
+++ b/net/mgen/files/patch-protolib_unix_Makefile.freebsd
@@ -0,0 +1,14 @@
+--- protolib/unix/Makefile.freebsd.orig Tue May 31 15:36:12 2005
++++ protolib/unix/Makefile.freebsd Tue May 31 15:36:35 2005
+@@ -5,9 +5,9 @@
+ # 1) System specific additional libraries, include paths, etc
+ # (Where to find X11 libraries, etc)
+ #
+-SYSTEM_INCLUDES =
++SYSTEM_INCLUDES = %%PTHREAD_CFLAGS%%
+ SYSTEM_LDFLAGS =
+-SYSTEM_LIBS = -lc_r
++SYSTEM_LIBS =
+
+ # 2) System specific capabilities
+ # Must choose appropriate for the following:
diff --git a/net/mgen/files/patch-unix_Makefile.freebsd b/net/mgen/files/patch-unix_Makefile.freebsd
new file mode 100644
index 000000000000..9adced71b64e
--- /dev/null
+++ b/net/mgen/files/patch-unix_Makefile.freebsd
@@ -0,0 +1,14 @@
+--- unix/Makefile.freebsd.orig Tue May 31 15:31:56 2005
++++ unix/Makefile.freebsd Tue May 31 15:34:21 2005
+@@ -5,9 +5,9 @@
+ # 1) System specific additional libraries, include paths, etc
+ # (Where to find X11 libraries, etc)
+ #
+-SYSTEM_INCLUDES =
++SYSTEM_INCLUDES = %%PTHREAD_CFLAGS%%
+ SYSTEM_LDFLAGS =
+-SYSTEM_LIBS = -lc_r
++SYSTEM_LIBS =
+
+ # 2) System specific capabilities
+ # Must choose appropriate for the following: