Import some changes from Freedesktop CVS to fix the build.

Reported by:	bento via kris
Obtained from:	Freedesktop CVS
This commit is contained in:
Joe Marcus Clarke 2004-03-22 19:04:01 +00:00
parent ea08d9812f
commit 7ce988c5d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104969
4 changed files with 25 additions and 3 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= libXt
PORTVERSION= 0.1.4
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= x11-toolkits
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
@ -29,4 +29,7 @@ CFLAGS+= -DMALLOC_0_RETURNS_NULL
INSTALLS_SHLIB= yes
USE_GNOME= gnomehack pkgconfig
post-extract:
@${MV} ${WRKSRC}/ObjectP.h ${WRKSRC}/include/X11
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
--- Makefile.in.orig Sat Mar 13 23:21:57 2004
+++ Makefile.in Sat Mar 13 23:22:26 2004
--- Makefile.in.orig Mon Mar 22 13:52:13 2004
+++ Makefile.in Mon Mar 22 13:59:02 2004
@@ -163,7 +163,7 @@
SUBDIRS = include util
@ -9,3 +9,11 @@
lib_LTLIBRARIES = libXt.la
@@ -210,7 +210,6 @@
Manage.c \
NextEvent.c \
Object.c \
- ObjectP.h \
PassivGraI.h \
PassivGrab.c \
Pointer.c \

View File

@ -0,0 +1,10 @@
--- include/Makefile.in.orig Mon Mar 22 13:58:27 2004
+++ include/Makefile.in Mon Mar 22 13:58:41 2004
@@ -148,6 +148,7 @@
X11/Intrinsic.h \
X11/IntrinsicP.h \
X11/Object.h \
+ X11/ObjectP.h \
X11/RectObj.h \
X11/RectObjP.h \
X11/ShellP.h \

View File

@ -7,6 +7,7 @@ include/X11/CoreP.h
include/X11/Intrinsic.h
include/X11/IntrinsicP.h
include/X11/Object.h
include/X11/ObjectP.h
include/X11/RectObj.h
include/X11/RectObjP.h
include/X11/ShellP.h