mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 12:59:17 -04:00
- The GUI is now based on gtk2 instead of Xaw - Flags are stored symbolically in the .pcb file. - As part of the switch to gtk2, the user customizable menu feature has been temporarily broken. Hopefully this will be fixed by the next snapshot. In addition, the loading of background images has also been temporarily broken. Submitted by: des
22 lines
752 B
Text
22 lines
752 B
Text
--- Makefile.am.orig Sat Jun 11 14:45:54 2005
|
|
+++ Makefile.am Sat Jun 11 14:46:08 2005
|
|
@@ -2,7 +2,7 @@
|
|
##
|
|
## Top level automake file for PCB
|
|
|
|
-SUBDIRS= src lib newlib doc example tools tutorial README_FILES
|
|
+SUBDIRS= src lib newlib example tools tutorial README_FILES
|
|
|
|
EXTRA_DIST= autogen.sh globalconst.h README.cvs
|
|
|
|
--- Makefile.in.orig Sat Jun 11 14:46:00 2005
|
|
+++ Makefile.in Sat Jun 11 14:46:06 2005
|
|
@@ -169,7 +169,7 @@
|
|
sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
-SUBDIRS = src lib newlib doc example tools tutorial README_FILES
|
|
+SUBDIRS = src lib newlib example tools tutorial README_FILES
|
|
EXTRA_DIST = autogen.sh globalconst.h README.cvs
|
|
DISTCLEANFILES = configure.lineno
|
|
all: config.h
|