diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-05-24 16:06:49 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-05-24 16:06:49 +0000 |
commit | f20cba5f8eb0c4a73bff18c635f6eb996554e533 (patch) | |
tree | 23ee5daf0442ae08746f3d5473bd2b10ead8534a /textproc/gtkdiff/Makefile | |
parent | The maintainer's email address doesn't appear to work anymore. Fortunately (diff) |
Added a proper libintl support.
Diffstat (limited to '')
-rw-r--r-- | textproc/gtkdiff/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/gtkdiff/Makefile b/textproc/gtkdiff/Makefile index fce4b643a8fb..64112dc2f595 100644 --- a/textproc/gtkdiff/Makefile +++ b/textproc/gtkdiff/Makefile @@ -18,7 +18,9 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \ - GTK_CONFIG="${GTK_CONFIG}" + GTK_CONFIG="${GTK_CONFIG}" \ + CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" USE_X_PREFIX= yes GNU_CONFIGURE= yes |