diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-25 18:06:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-25 18:06:59 +0000 |
commit | a27380f247effa643b0d424a52d839779e2d36ac (patch) | |
tree | 3c1e552b7cf7408867bcf187c609f979f3dc0399 | |
parent | 5f07531a36a831e34d6f574f671b6b14e80f742e (diff) | |
download | ports-a27380f247effa643b0d424a52d839779e2d36ac.tar.gz ports-a27380f247effa643b0d424a52d839779e2d36ac.zip |
Notes
-rw-r--r-- | x11/xscreensaver-gnome/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/xscreensaver-gnome/Makefile b/x11/xscreensaver-gnome/Makefile index d77265e73938..263a16c03505 100644 --- a/x11/xscreensaver-gnome/Makefile +++ b/x11/xscreensaver-gnome/Makefile @@ -88,5 +88,7 @@ post-patch: ${WRKSRC}/hacks/glx/extrusion.c @${REINPLACE_CMD} -e 's|
||' \ ${WRKSRC}/hacks/glx/klein.c + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ + ${WRKSRC}/configure .include <bsd.port.post.mk> |