- remove unneeded patch
This commit is contained in:
parent
80e418d430
commit
c1045bf3e5
@ -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
|
COMMENT= avant window navigator
|
||||||
|
|
||||||
@ -60,6 +60,8 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib -lm -pthread -lutil"
|
LDFLAGS="-L${LOCALBASE}/lib -lm -pthread -lutil"
|
||||||
|
|
||||||
|
FAKE_FLAGS+= itlocaledir=${PREFIX}/share/locale/
|
||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
${SUBST_CMD} ${WRKSRC}/awn-applet-activation/main.c \
|
${SUBST_CMD} ${WRKSRC}/awn-applet-activation/main.c \
|
||||||
${WRKSRC}/awn-manager/awn-launcher-editor.in \
|
${WRKSRC}/awn-manager/awn-launcher-editor.in \
|
||||||
|
@ -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@.
|
|
Loading…
Reference in New Issue
Block a user