1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add and remove patches forgotten in previous commit.

This commit is contained in:
Adam Weinberger 2003-09-25 03:42:45 +00:00
parent 14298a70b1
commit 30ff175186
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89293
4 changed files with 11 additions and 42 deletions

View File

@ -1,14 +0,0 @@
$FreeBSD$
--- Makefile.in.orig Mon Aug 5 00:16:11 2002
+++ Makefile.in Mon Aug 5 00:16:47 2002
@@ -149,7 +149,7 @@
m4datadir = $(prefix)/share/aclocal
m4data_DATA = gdl.m4
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
confexec_DATA = gdlConf.sh
EXTRA_DIST = gdl.m4 gdlConf.sh.in MAINTAINERS AUTHORS

View File

@ -1,14 +0,0 @@
$FreeBSD$
--- scintilla-control/Makefile.in 2002/08/04 21:44:30 1.1
+++ scintilla-control/Makefile.in 2002/08/04 21:45:56
@@ -198,7 +198,7 @@
test_scintilla_LDFLAGS =
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
+CCLD = $(CXX)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
DATA = $(oaf_DATA) $(ui_DATA)

View File

@ -1,14 +0,0 @@
$FreeBSD$
--- scintilla-control/scintilla/Makefile.in 2001/07/24 10:59:04 1.1
+++ scintilla-control/scintilla/Makefile.in 2001/07/24 10:59:42
@@ -144,7 +144,7 @@
gnomelocaledir = @gnomelocaledir@
l = @l@
-INCLUDES = `gtk-config --cflags` -DGTK -DSCI_LEXER -W -Wall -I .
+INCLUDES = ${GTK_CFLAGS} -DGTK -DSCI_LEXER -W -Wall -I .
noinst_LIBRARIES = libscintilla-widget.a libthrowaway.a

View File

@ -0,0 +1,11 @@
--- symbol-browser-control/tagmanager/parse.h.orig Sun Aug 24 00:47:40 2003
+++ symbol-browser-control/tagmanager/parse.h Sun Aug 24 00:47:50 2003
@@ -10,6 +10,8 @@
#ifndef _PARSE_H
#define _PARSE_H
+#include <sys/types.h>
+
/*
* INCLUDE FILES
*/