diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-10-21 21:10:50 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-10-21 21:10:50 +0800 |
commit | c820c5a0c169fdd113676a1fd484e0210611afd3 (patch) | |
tree | 8310ce46f9f67db9ff014884ed540a6594ea9be6 /x11/xskyroot | |
parent | 8347bd0793c373e4fe271685e43d44a9b34c34cf (diff) | |
download | freebsd-ports-gnome-c820c5a0c169fdd113676a1fd484e0210611afd3.tar.gz freebsd-ports-gnome-c820c5a0c169fdd113676a1fd484e0210611afd3.tar.zst freebsd-ports-gnome-c820c5a0c169fdd113676a1fd484e0210611afd3.zip |
Fix Imakefile breakage under XFree86 4.x
PR: 22165
Submitted by: Ports Fury
Diffstat (limited to 'x11/xskyroot')
-rw-r--r-- | x11/xskyroot/files/patch-ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/x11/xskyroot/files/patch-ac b/x11/xskyroot/files/patch-ac new file mode 100644 index 000000000000..571af377cb00 --- /dev/null +++ b/x11/xskyroot/files/patch-ac @@ -0,0 +1,8 @@ +--- Imakefile.orig Sat Oct 14 07:16:08 2000 ++++ Imakefile Sat Oct 14 07:16:45 2000 +@@ -4,4 +4,4 @@ + SRCS = xskyroot.c draw.c colorname.c astro.c + OBJS = xskyroot.o draw.o colorname.o astro.o + +-ComplexProgramTarget(xskyroot) ++ComplexProgramTargetNoMan(xskyroot) |