mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
f927ed8a6b
debugging services to applications such as Integrated Development Environments and standalone debugging tools similar to DDD.
12 lines
492 B
Plaintext
12 lines
492 B
Plaintext
--- src/event-service/Makefile.in.orig Wed Jun 21 20:09:03 2000
|
|
+++ src/event-service/Makefile.in Wed Jun 28 11:27:18 2000
|
|
@@ -123,7 +123,7 @@
|
|
cxxflags_set = @cxxflags_set@
|
|
l = @l@
|
|
|
|
-INCLUDES = -DGNOMELOCALEDIR=\""$(datatdir)/locals"\" -I$(top_srcdir)/src/lib -I$(includedir) $(GNOME_INCLUDEDIR) $(OAF_CFLAGS)
|
|
+INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(top_srcdir)/src/lib -I$(includedir) $(GNOME_INCLUDEDIR) $(OAF_CFLAGS)
|
|
|
|
|
|
bin_PROGRAMS = gdf-event-server
|