diff options
author | agc <agc> | 1999-11-12 11:17:02 +0000 |
---|---|---|
committer | agc <agc> | 1999-11-12 11:17:02 +0000 |
commit | 6ef6220880763775619fb47184edb16957567864 (patch) | |
tree | 27f612c32fe46abe4766d479aff6a9cd8114743e | |
parent | fac3dc7e0a089a95e1a5cfde7be912bc1b973fe1 (diff) | |
download | pkgsrc-6ef6220880763775619fb47184edb16957567864.tar.gz |
Add patch fuzz factor 1
-rw-r--r-- | x11/gtk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index 7f98fa1e786..9f03573b775 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 1999/10/22 23:35:04 tron Exp $ +# $NetBSD: Makefile,v 1.37 1999/11/12 11:17:02 agc Exp $ DISTNAME= gtk+-1.2.6 CATEGORIES= x11 @@ -27,6 +27,8 @@ CPPFLAGS= -I${LOCALBASE}/include # libintl.h LDFLAGS= -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib # -lintl PLIST_SUBST+= LOCALBASE=${LOCALBASE} +PATCH_FUZZ_FACTOR= -F1 + # The following ensures that `gtk-config --libs' includes the correct linker # flags for linking the X11 libs. # |