diff options
author | fluffy <fluffy@FreeBSD.org> | 2010-05-12 20:47:25 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2010-05-12 20:47:25 +0800 |
commit | fd41ba6926d5a5f2c6817ab229de659b603784d6 (patch) | |
tree | 818e8a550355c02e49ba3405fbc6271e1f73e25f /x11-themes | |
parent | 0215c823fe6ea4a2aac3d2dce1ea0c062a4c68c2 (diff) | |
download | freebsd-ports-gnome-fd41ba6926d5a5f2c6817ab229de659b603784d6.tar.gz freebsd-ports-gnome-fd41ba6926d5a5f2c6817ab229de659b603784d6.tar.zst freebsd-ports-gnome-fd41ba6926d5a5f2c6817ab229de659b603784d6.zip |
- Another try to fix 6.x/7.x build
Submitted by: kmoore@ via irc
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/qtcurve-gtk2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/qtcurve-gtk2/Makefile b/x11-themes/qtcurve-gtk2/Makefile index 4d9c1a0bd287..a74bd9d10c6e 100644 --- a/x11-themes/qtcurve-gtk2/Makefile +++ b/x11-themes/qtcurve-gtk2/Makefile @@ -33,7 +33,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-* post-extract: .if ${OSVERSION} < 800067 - ${CP} ${FILESDIR}/getline.h ${WRKSRC}/src + ${CP} ${FILESDIR}/getline.h ${WRKSRC}/style .if ${OSVERSION} < 701101 ${CP} ${FILESDIR}/getline_strndup.c ${WRKSRC}/style/getline.c .else |