mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e17474b0ad
Sort the PLIST. No reply from: maintainer
21 lines
1.2 KiB
Plaintext
21 lines
1.2 KiB
Plaintext
--- gpcb/Makefile.in.orig Thu Sep 7 01:06:59 2000
|
|
+++ gpcb/Makefile.in Thu Sep 7 01:07:21 2000
|
|
@@ -125,7 +125,7 @@
|
|
gpcb_SOURCES = a_memory.c a_pan.c a_zoom.c component.c defaults.c file.c footprint.c g_key.c g_rc.c g_register.c globals.c gpcb.c i_basic.c i_callbacks.c i_sbox.c i_vars.c list.c net.c o_arc.c o_attrib.c o_basic.c o_box.c o_circle.c o_complex.c o_conn.c o_copy.c o_delete.c o_line.c o_misc.c o_move.c o_net.c o_ntext.c o_route.c o_slot.c o_thru_hole.c pad.c parsecmd.c track.c x_attrsel.c x_basic.c x_compsel.c x_dialog.c x_event.c x_filesel.c x_grid.c x_log.c x_menus.c x_log.h x_pagesel.c x_print.c x_window.c a_memory.h component.h defaults.h file.h footprint.h globals.h list.h net.h o_basic.h pad.h prototype1.0.h prototype1.2.h track.h
|
|
|
|
|
|
-INCLUDES = -I../include @GUILE_INCLUDE@ @X_CFLAGS@
|
|
+INCLUDES = @GUILE_INCLUDE@ @X_CFLAGS@
|
|
gpcb_LDADD = ../libgeda/libgeda.la @GUILE_LIB@ @GTK@ @GDK@ @GLIB@ @X_LDFLAGS@
|
|
|
|
EXTRA_DIST = BUGS TODO HACKING create_proto
|
|
@@ -140,7 +140,7 @@
|
|
PROGRAMS = $(bin_PROGRAMS)
|
|
|
|
|
|
-DEFS = @DEFS@ -I. -I$(srcdir) -I..
|
|
+DEFS = -I../include -I- @DEFS@ -I. -I$(srcdir) -I..
|
|
CPPFLAGS = @CPPFLAGS@
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBS = @LIBS@
|