123456789101112 |
- $OpenBSD: patch-src_gtkport_Makefile_in,v 1.2 2007/07/05 17:28:18 jasper Exp $
- --- src/gtkport/Makefile.in.orig Fri Dec 30 22:29:34 2005
- +++ src/gtkport/Makefile.in Thu Jul 5 17:39:19 2007
- @@ -242,6 +242,7 @@ libgtkport_a_SOURCES = gtkport.c gtkport.h clist.c cli
- unicodewrap.c unicodewrap.h
-
- INCLUDES = -I../../intl -I${srcdir} -I${srcdir}/.. -I../.. @GTK_CFLAGS@ @GLIB_CFLAGS@
- +INCLUDES = -I${srcdir} -I${srcdir}/.. -I../.. @GTK_CFLAGS@ @GLIB_CFLAGS@
- all: all-am
-
- .SUFFIXES:
|