diff options
author | marcus <marcus@FreeBSD.org> | 2003-05-03 15:07:01 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-05-03 15:07:01 +0800 |
commit | 0060d38bd82d37a0f5645957430313f8b7946f34 (patch) | |
tree | 1fc88fd7326e78b563a0742c8e5e530fed6b067b /x11-toolkits/gtk30/Makefile | |
parent | 9ddc7f1308662f6048cc522ffaed58287929510a (diff) | |
download | freebsd-ports-gnome-0060d38bd82d37a0f5645957430313f8b7946f34.tar.gz freebsd-ports-gnome-0060d38bd82d37a0f5645957430313f8b7946f34.tar.zst freebsd-ports-gnome-0060d38bd82d37a0f5645957430313f8b7946f34.zip |
Link executables with -pthread so that they can work with threaded libraries
like libgthread.
Diffstat (limited to 'x11-toolkits/gtk30/Makefile')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 8385d8441535..68019d86dfc8 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtk PORTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.2,} \ ftp://ftp.gtk.org/pub/gtk/v2.0/ \ |