diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-04-13 11:47:35 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-04-13 11:47:35 +0000 |
commit | bad8d0a212648af16f9708f0776c1ca4ca4b9880 (patch) | |
tree | a636ef15ba826ede3383acfcd90fc8f93d9fc754 /devel/titano/files/patch-aa | |
parent | USE_LIBTOOL instead of local patch (diff) |
- Update to 0.0.7 and unbreak
- Fix dependencies
- Respect C{C,XX} and C[XX]FLAGS
- Fix spelling typo in pkg-descr, kill dots/space at EOLs
- Utilize DATADIR in pkg-plist
- Take maintainership
Notes
Notes:
svn path=/head/; revision=133229
Diffstat (limited to 'devel/titano/files/patch-aa')
-rw-r--r-- | devel/titano/files/patch-aa | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/devel/titano/files/patch-aa b/devel/titano/files/patch-aa deleted file mode 100644 index bb6ba07bb23e..000000000000 --- a/devel/titano/files/patch-aa +++ /dev/null @@ -1,32 +0,0 @@ ---- src/Makefile.in 2000/09/25 11:33:52 1.1 -+++ src/Makefile.in 2000/09/25 11:39:21 -@@ -124,9 +124,9 @@ - cxxflags_set = @cxxflags_set@ - l = @l@ - --SUBDIRS = gtkeditor tools scanners -+SUBDIRS = #gtkeditor tools scanners - --INCLUDES = -I$(top_srcdir)/intl $(GNOME_INCLUDEDIR) -I$(top_srcdir)/src/gtkeditor -+INCLUDES = $(GNOME_INCLUDEDIR) -I$(X11BASE)/include - - - EXTRA_DIST = run-tit xpm/save_all.xpm xpm/compile.xpm xpm/debug.xpm xpm/exec.xpm -@@ -137,7 +137,7 @@ - titano_SOURCES = main.cc support.c support.h interface.c interface.h callbacks.cc callbacks.h common.cc common.h highlight.h files.cc files.h projects.cc projects.h dialogs.cc dialogs.h util.cc util.h cproject.cc prefs.cc prefs.h - - --titano_LDADD = gtkeditor/libgtkeditor.la $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS) -+titano_LDADD = -lgtkeditor $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS) - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = -@@ -148,7 +148,7 @@ - LIBS = @LIBS@ - titano_OBJECTS = main.o support.o interface.o callbacks.o common.o \ - files.o projects.o dialogs.o util.o cproject.o prefs.o --titano_DEPENDENCIES = gtkeditor/libgtkeditor.la -+titano_DEPENDENCIES = # gtkeditor/libgtkeditor.la - titano_LDFLAGS = - CXXFLAGS = @CXXFLAGS@ - CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |