- remove unneeded patch

This commit is contained in:
jasper 2010-09-13 07:24:31 +00:00
parent 80e418d430
commit c1045bf3e5
2 changed files with 3 additions and 13 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2010/08/30 21:47:46 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2010/09/13 07:24:31 jasper Exp $
COMMENT= avant window navigator
@ -60,6 +60,8 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lm -pthread -lutil"
FAKE_FLAGS+= itlocaledir=${PREFIX}/share/locale/
pre-configure:
${SUBST_CMD} ${WRKSRC}/awn-applet-activation/main.c \
${WRKSRC}/awn-manager/awn-launcher-editor.in \

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-po_Makefile_in_in,v 1.1.1.1 2009/03/13 19:34:00 jasper Exp $
--- po/Makefile.in.in.orig Sat Feb 21 14:00:19 2009
+++ po/Makefile.in.in Sat Feb 21 14:01:21 2009
@@ -34,7 +34,7 @@ datadir = @datadir@
datarootdir = @datarootdir@
libdir = @libdir@
DATADIRNAME = @DATADIRNAME@
-itlocaledir = $(prefix)/$(DATADIRNAME)/locale
+itlocaledir = $(datarootdir)/locale
subdir = po
install_sh = @install_sh@
# Automake >= 1.8 provides @mkdir_p@.