diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-18 08:45:09 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-18 08:45:09 +0800 |
commit | 560d3b241a67a6ae85608da33352451cae3fe862 (patch) | |
tree | 6f6649ef39e40ebea05fbd2f9f67caeb54ac00c7 /net | |
parent | 51051cb338fc8cca68686e5a9ddbe3170c1a9c1c (diff) | |
download | freebsd-ports-gnome-560d3b241a67a6ae85608da33352451cae3fe862.tar.gz freebsd-ports-gnome-560d3b241a67a6ae85608da33352451cae3fe862.tar.zst freebsd-ports-gnome-560d3b241a67a6ae85608da33352451cae3fe862.zip |
Do not explicitly link in libc_r on all versions of FreeBSD.
Diffstat (limited to 'net')
-rw-r--r-- | net/gnet-glib2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/gnet-glib2/Makefile b/net/gnet-glib2/Makefile index 27d281518fc4..c815ca0f9726 100644 --- a/net/gnet-glib2/Makefile +++ b/net/gnet-glib2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnet PORTVERSION= 1.1.9 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.gnetlibrary.org/src/ PKGNAMESUFFIX= -glib2 @@ -40,6 +41,8 @@ post-patch: # install configincludedir correctly @${REINPLACE_CMD} -E -e 's|^(configincludedir).+$$|\1=\$$\(pkgincludedir\)-glib2|' \ ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|-lc_r|${PTHREAD_LIBS}|g' \ + ${WRKSRC}/configure post-install: @${MKDIR} ${PREFIX}/bin |