mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Import some changes from Freedesktop CVS to fix the build.
Reported by: bento via kris Obtained from: Freedesktop CVS
This commit is contained in:
parent
ea08d9812f
commit
7ce988c5d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104969
@ -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>
|
||||
|
@ -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 \
|
||||
|
10
x11-toolkits/libXt/files/patch-include_Makefile.in
Normal file
10
x11-toolkits/libXt/files/patch-include_Makefile.in
Normal 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 \
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user